Home
last modified time | relevance | path

Searched refs:context_counter (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c24 int context_counter = 0; in find_mv_refs_idx() local
43 context_counter += mode_2_counter[candidate_mi->mode]; in find_mv_refs_idx()
126 mode_context[ref_frame] = counter_to_context[context_counter]; in find_mv_refs_idx()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c675 int context_counter = 0; in get_mode_context() local
685 context_counter += mode_2_counter[candidate->mode]; in get_mode_context()
689 return counter_to_context[context_counter]; in get_mode_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c70 int context_counter = 0; in mv_refs_rt() local
85 context_counter += mode_2_counter[candidate_mi->mode]; in mv_refs_rt()
145 x->mbmi_ext->mode_context[ref_frame] = counter_to_context[context_counter]; in mv_refs_rt()