Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c26 int context_counter = 0; in find_mv_refs_idx() local
44 context_counter += mode_2_counter[candidate->mode]; in find_mv_refs_idx()
142 mode_context[ref_frame] = counter_to_context[context_counter]; in find_mv_refs_idx()
/external/valgrind/callgrind/
Dcontext.c206 cxt->base_number = CLG_(stat).context_counter; in new_cxt()
209 CLG_(stat).context_counter += recs; in new_cxt()
Dglobal.h144 Int context_counter; member
Ddump.c87 CLG_(stat).context_counter; in init_dump_array()
Dmain.c74 s->context_counter = 0; in CLG_()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c55 int context_counter = 0; in mv_refs_rt() local
71 context_counter += mode_2_counter[candidate->mode]; in mv_refs_rt()
116 x->mbmi_ext->mode_context[ref_frame] = counter_to_context[context_counter]; in mv_refs_rt()