Home
last modified time | relevance | path

Searched refs:mode_contexts (Results 1 – 2 of 2) sorted by relevance

/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc930 const MvContexts& mode_contexts) { in ReadInterPredictionModeY() argument
944 const int idx0 = mode_contexts.reference_mv >> 1; in ReadInterPredictionModeY()
946 std::min(mode_contexts.new_mv, kCompoundModeNewMvContexts - 1); in ReadInterPredictionModeY()
956 symbol_decoder_context_.new_mv_cdf[mode_contexts.new_mv])) { in ReadInterPredictionModeY()
962 symbol_decoder_context_.zero_mv_cdf[mode_contexts.zero_mv])) { in ReadInterPredictionModeY()
969 symbol_decoder_context_.reference_mv_cdf[mode_contexts.reference_mv]) in ReadInterPredictionModeY()
1260 MvContexts mode_contexts; in ReadInterBlockModeInfo() local
1261 FindMvStack(block, is_compound, &mode_contexts); in ReadInterBlockModeInfo()
1262 ReadInterPredictionModeY(block, mode_contexts); in ReadInterBlockModeInfo()
/external/libgav1/libgav1/src/
Dtile.h358 const MvContexts& mode_contexts);