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

  /external/libvpx/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];
  /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/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 41 int context_counter = 0; local
57 context_counter += mode_2_counter[candidate->mode];
100 mi->mbmi.mode_context[ref_frame] = counter_to_context[context_counter];
  /external/valgrind/callgrind/
global.h 144 Int context_counter; member in struct:_Statistics

Completed in 174 milliseconds