Home
last modified time | relevance | path

Searched refs:scan8x8 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_cavlc.c629 const uint8_t *scan8x8, int pixel_shift, in decode_luma_residual() argument
671 if( decode_residual(h, sl, gb, buf, index, scan8x8+16*i4x4, in decode_luma_residual()
1103 const uint8_t *scan, *scan8x8; in ff_h264_decode_mb_cavlc() local
1124 scan8x8 = sl->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0; in ff_h264_decode_mb_cavlc()
1127 scan8x8 = sl->qscale ? h->zigzag_scan8x8_cavlc : h->zigzag_scan8x8_cavlc_q0; in ff_h264_decode_mb_cavlc()
1131 … if ((ret = decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 0)) < 0 ) { in ff_h264_decode_mb_cavlc()
1136 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 1) < 0 ) { in ff_h264_decode_mb_cavlc()
1139 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 2) < 0 ) { in ff_h264_decode_mb_cavlc()
Dh264_cabac.c1862 const uint8_t *scan, const uint8_t *scan8x8, in decode_cabac_luma_residual() argument
1892scan8x8, h->ps.pps->dequant8_coeff[cqm][qscale], 64); in decode_cabac_luma_residual()
2386 const uint8_t *scan, *scan8x8; in ff_h264_decode_mb_cabac() local
2420 scan8x8 = sl->qscale ? h->field_scan8x8 : h->field_scan8x8_q0; in ff_h264_decode_mb_cabac()
2423 scan8x8 = sl->qscale ? h->zigzag_scan8x8 : h->zigzag_scan8x8_q0; in ff_h264_decode_mb_cabac()
2427 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 0); in ff_h264_decode_mb_cabac()
2429 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 1); in ff_h264_decode_mb_cabac()
2430 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 2); in ff_h264_decode_mb_cabac()