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

  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; variable
424 memset(context_counters, 0, sizeof(context_counters));
466 const _int64 x = context_counters [type] [band] [pt] [t];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; variable
424 vpx_memset(context_counters, 0, sizeof(context_counters));
466 const _int64 x = context_counters [type] [band] [pt] [t];

Completed in 75 milliseconds