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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 32 int context_counter = 0; local
47 context_counter += mode_2_counter[candidate->mode];
104 mi->mbmi.mode_context[ref_frame] = counter_to_context[context_counter];
  /external/libvpx/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];
  /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/main/callgrind/
context.c 213 cxt->base_number = CLG_(stat).context_counter;
216 CLG_(stat).context_counter += recs;
global.h 176 Int context_counter; member in struct:_Statistics
dump.c 106 CLG_(stat).context_counter;
    [all...]
main.c 73 s->context_counter = 0;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 48 int context_counter = 0; local
64 context_counter += mode_2_counter[candidate->mode];
107 mi->mbmi.mode_context[ref_frame] = counter_to_context[context_counter];

Completed in 94 milliseconds