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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.c 255 static const vp9_prob default_comp_inter_p[COMP_INTER_CONTEXTS] = {
372 for (i = 0; i < COMP_INTER_CONTEXTS; i++)
vp9_onyxc_int.h 50 vp9_prob comp_inter_prob[COMP_INTER_CONTEXTS];
69 unsigned int comp_inter[COMP_INTER_CONTEXTS][2];
vp9_blockd.h 36 #define COMP_INTER_CONTEXTS 5
vp9_pred_common.c 129 assert(pred_context >= 0 && pred_context < COMP_INTER_CONTEXTS);
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 385 unsigned int comp_inter_count[COMP_INTER_CONTEXTS][2];
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 145 for (i = 0; i < COMP_INTER_CONTEXTS; i++)
    [all...]

Completed in 173 milliseconds