mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -560,8 +560,8 @@ u8 TreeParser::calculate_tx_size_probability(u8 node)
|
|||
|
||||
u8 TreeParser::calculate_inter_mode_probability(u8 node)
|
||||
{
|
||||
//FIXME: Implement when ModeContext is implemented
|
||||
// m_ctx = m_decoder.m_mode_context[m_decoder.m_ref_frame[0]]
|
||||
// FIXME: Implement when ModeContext is implemented
|
||||
// m_ctx = m_decoder.m_mode_context[m_decoder.m_ref_frame[0]]
|
||||
return m_decoder.m_probability_tables->inter_mode_probs()[m_ctx][node];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue