HomeSort by relevance Sort by last modified time
    Searched refs:context_counter (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 24 int context_counter = 0; local
43 context_counter += mode_2_counter[candidate_mi->mode];
126 mode_context[ref_frame] = counter_to_context[context_counter];
  /external/valgrind/callgrind/
context.c 206 cxt->base_number = CLG_(stat).context_counter;
209 CLG_(stat).context_counter += recs;
global.h 144 Int context_counter; member in struct:_Statistics
dump.c 87 CLG_(stat).context_counter;
    [all...]
main.c 74 s->context_counter = 0;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 675 int context_counter = 0; local
685 context_counter += mode_2_counter[candidate->mode];
689 return counter_to_context[context_counter];
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 59 int context_counter = 0; local
74 context_counter += mode_2_counter[candidate_mi->mode];
134 x->mbmi_ext->mode_context[ref_frame] = counter_to_context[context_counter];
    [all...]

Completed in 120 milliseconds