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 26 int context_counter = 0; local
44 context_counter += mode_2_counter[candidate->mode];
142 mode_context[ref_frame] = counter_to_context[context_counter];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 207 int context_counter = 0; local
222 context_counter += mode_2_counter[candidate->mode];
279 mi->mbmi.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/encoder/
vp9_pickmode.c 55 int context_counter = 0; local
71 context_counter += mode_2_counter[candidate->mode];
116 x->mbmi_ext->mode_context[ref_frame] = counter_to_context[context_counter];
    [all...]

Completed in 1321 milliseconds