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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 74 unsigned int single_ref[REF_CONTEXTS][2][2]; member in struct:FRAME_COUNTS
vp9_thread_common.c 545 accum->single_ref[i][j][k] += counts->single_ref[i][j][k];
vp9_entropymode.c 358 pre_fc->single_ref_prob[i][j], counts->single_ref[i][j]);
  /external/libaom/libaom/tools/
aom_entropy_optimizer.c 494 &fc.single_ref[0][0][0], probsfile, 3, cts_each_dim,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 326 if (counts) ++counts->single_ref[ctx0][0][bit0];
330 if (counts) ++counts->single_ref[ctx1][1][bit1];
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c 270 diff += (int)counts->single_ref[i][j][0] *
277 (int)counts->single_ref[i][j][1] * (pre_last_prob - cur_last_prob);
    [all...]
  /external/libaom/libaom/av1/encoder/
encoder.h 463 unsigned int single_ref[REF_CONTEXTS][SINGLE_REFS - 1][2]; member in struct:FRAME_COUNTS
    [all...]
encodeframe.c     [all...]

Completed in 2056 milliseconds