HomeSort by relevance Sort by last modified time
    Searched refs:mb_no_coeff_skip (Results 1 - 25 of 31) sorted by null

1 2

  /hardware/intel/common/libva/va/
va_dec_vp8.h 112 /* same as mb_no_coeff_skip in bitstream syntax */
113 unsigned int mb_no_coeff_skip : 1; member in struct:_VAPictureParameterBufferVP8::__anon39562::__anon39563
va_enc_vp8.h 224 unsigned int mb_no_coeff_skip : 1; member in struct:_VAEncPictureParameterBufferVP8::__anon39598::__anon39599
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyxc_int.h 108 int mb_no_coeff_skip; member in struct:VP8Common
alloccommon.c 170 oci->mb_no_coeff_skip = 1;
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 108 int mb_no_coeff_skip; member in struct:VP8Common
alloccommon.c 170 oci->mb_no_coeff_skip = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 108 int mb_no_coeff_skip; member in struct:VP8Common
alloccommon.c 170 oci->mb_no_coeff_skip = 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodemv.c 162 /* Read the mb_no_coeff_skip flag */
163 pbi->common.mb_no_coeff_skip = (int)vp8_read_bit(bc);
166 if (pbi->common.mb_no_coeff_skip)
605 if (pbi->common.mb_no_coeff_skip)
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 162 /* Read the mb_no_coeff_skip flag */
163 pbi->common.mb_no_coeff_skip = (int)vp8_read_bit(bc);
166 if (pbi->common.mb_no_coeff_skip)
605 if (pbi->common.mb_no_coeff_skip)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 162 /* Read the mb_no_coeff_skip flag */
163 pbi->common.mb_no_coeff_skip = (int)vp8_read_bit(bc);
166 if (pbi->common.mb_no_coeff_skip)
604 if (pbi->common.mb_no_coeff_skip)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 538 if (pc->mb_no_coeff_skip)
590 if (pc->mb_no_coeff_skip)
729 if (c->mb_no_coeff_skip)
756 if (c->mb_no_coeff_skip)
    [all...]
tokenize.c 396 if (!cpi->common.mb_no_coeff_skip)
rdopt.c     [all...]
encodeframe.c     [all...]
pickinter.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 538 if (pc->mb_no_coeff_skip)
590 if (pc->mb_no_coeff_skip)
729 if (c->mb_no_coeff_skip)
756 if (c->mb_no_coeff_skip)
    [all...]
tokenize.c 396 if (!cpi->common.mb_no_coeff_skip)
rdopt.c     [all...]
encodeframe.c     [all...]
pickinter.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 538 if (pc->mb_no_coeff_skip)
590 if (pc->mb_no_coeff_skip)
729 if (c->mb_no_coeff_skip)
756 if (c->mb_no_coeff_skip)
    [all...]
tokenize.c 396 if (!cpi->common.mb_no_coeff_skip)
rdopt.c     [all...]
encodeframe.c     [all...]

Completed in 1403 milliseconds

1 2