Searched refs:mb_no_coeff_skip (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyxc_int.h104 int mb_no_coeff_skip; member in struct:VP8Common
H A Dalloccommon.c171 oci->mb_no_coeff_skip = 1;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c132 /* Read the mb_no_coeff_skip flag */
133 pbi->common.mb_no_coeff_skip = (int)vp8_read_bit(bc);
136 if (pbi->common.mb_no_coeff_skip) {
504 if (pbi->common.mb_no_coeff_skip) {
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c435 if (pc->mb_no_coeff_skip) {
483 if (pc->mb_no_coeff_skip) {
607 if (c->mb_no_coeff_skip) {
630 if (c->mb_no_coeff_skip) {
1315 /* Write out the mb_no_coeff_skip flag */
1316 vp8_write_bit(bc, pc->mb_no_coeff_skip);
H A Dtokenize.c367 if (!cpi->common.mb_no_coeff_skip) {
H A Drdopt.c1656 if (cpi->common.mb_no_coeff_skip) {
1671 if (cpi->common.mb_no_coeff_skip) {
2321 (cpi->common.mb_no_coeff_skip);
H A Dencodeframe.c1282 if (cpi->common.mb_no_coeff_skip) {
H A Dpickinter.c1278 (cpi->common.mb_no_coeff_skip);
H A Donyx_if.c3882 if (cpi->common.mb_no_coeff_skip) {

Completed in 213 milliseconds