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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 69 unsigned int switchable_interp[SWITCHABLE_FILTER_CONTEXTS] member in struct:FRAME_COUNTS
vp9_thread_common.c 529 accum->switchable_interp[i][j] += counts->switchable_interp[i][j];
vp9_entropymode.c 380 counts->switchable_interp[i], fc->switchable_interp_prob[i]);
  /external/libaom/libaom/tools/
aom_entropy_optimizer.c 371 optimize_cdf_table(&fc.switchable_interp[0][0], probsfile, 2, cts_each_dim,
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 123 counts->switchable_interp[j], SWITCHABLE_FILTERS, w);
866 count[i] += counts->switchable_interp[j][i];
    [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c 219 diff += (int)counts->switchable_interp[i][j] *
228 diff += (int)counts->switchable_interp[i][SWITCHABLE_FILTERS - 1] *
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.h 488 unsigned int switchable_interp[SWITCHABLE_FILTER_CONTEXTS] member in struct:FRAME_COUNTS
    [all...]
encodeframe.c 290 ++counts->switchable_interp[ctx][filter];
    [all...]
encoder.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 350 if (counts) ++counts->switchable_interp[ctx][type];

Completed in 143 milliseconds