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

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 104 int mb_no_coeff_skip; member in struct:VP8Common
alloccommon.c 170 oci->mb_no_coeff_skip = 1;
  /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)
  /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 392 if (!cpi->common.mb_no_coeff_skip)
rdopt.c     [all...]
encodeframe.c     [all...]
pickinter.c     [all...]
onyx_if.c     [all...]

Completed in 471 milliseconds