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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 53 SINGLE_REFERENCE = 0,
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 60 SINGLE_REFERENCE = 0,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 123 : SINGLE_REFERENCE;
125 return SINGLE_REFERENCE;
143 if (cm->reference_mode != SINGLE_REFERENCE)
    [all...]
vp9_decodemv.c 266 return mode; // SINGLE_REFERENCE or COMPOUND_REFERENCE
294 } else if (mode == SINGLE_REFERENCE) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]
vp9_bitstream.c 211 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
    [all...]
vp9_encodeframe.c 959 cpi->rd_comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]
vp9_bitstream.c 219 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
    [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 126 : SINGLE_REFERENCE;
128 return SINGLE_REFERENCE;
146 if (cm->reference_mode != SINGLE_REFERENCE)
    [all...]
vp9_decodemv.c 317 return mode; // SINGLE_REFERENCE or COMPOUND_REFERENCE
345 } else if (mode == SINGLE_REFERENCE) {

Completed in 73 milliseconds