Searched refs:scan8x8 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_cavlc.c | 627 const uint8_t *scan8x8, int pixel_shift, in decode_luma_residual() 669 if( decode_residual(h, sl, gb, buf, index, scan8x8+16*i4x4, in decode_luma_residual() 1101 const uint8_t *scan, *scan8x8; in ff_h264_decode_mb_cavlc() local 1122 scan8x8 = sl->qscale ? h->field_scan8x8_cavlc : h->field_scan8x8_cavlc_q0; in ff_h264_decode_mb_cavlc() 1125 scan8x8 = sl->qscale ? h->zigzag_scan8x8_cavlc : h->zigzag_scan8x8_cavlc_q0; in ff_h264_decode_mb_cavlc() 1129 if ((ret = decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 0)) < 0 ) { in ff_h264_decode_mb_cavlc() 1134 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 1) < 0 ) { in ff_h264_decode_mb_cavlc() 1137 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 2) < 0 ) { in ff_h264_decode_mb_cavlc() 625 decode_luma_residual(const H264Context *h, H264SliceContext *sl, GetBitContext *gb, const uint8_t *scan, const uint8_t *scan8x8, int pixel_shift, int mb_type, int cbp, int p) decode_luma_residual() argument
|
H A D | h264_cabac.c | 1871 const uint8_t *scan, const uint8_t *scan8x8, in decode_cabac_luma_residual() 1901 scan8x8, h->ps.pps->dequant8_coeff[cqm][qscale], 64); in decode_cabac_luma_residual() 2395 const uint8_t *scan, *scan8x8; in ff_h264_decode_mb_cabac() local 2429 scan8x8 = sl->qscale ? h->field_scan8x8 : h->field_scan8x8_q0; in ff_h264_decode_mb_cabac() 2432 scan8x8 = sl->qscale ? h->zigzag_scan8x8 : h->zigzag_scan8x8_q0; in ff_h264_decode_mb_cabac() 2436 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 0); in ff_h264_decode_mb_cabac() 2438 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 1); in ff_h264_decode_mb_cabac() 2439 decode_cabac_luma_residual(h, sl, scan, scan8x8, pixel_shift, mb_type, cbp, 2); in ff_h264_decode_mb_cabac() 1870 decode_cabac_luma_residual(const H264Context *h, H264SliceContext *sl, const uint8_t *scan, const uint8_t *scan8x8, int pixel_shift, int mb_type, int cbp, int p) decode_cabac_luma_residual() argument
|
Completed in 7 milliseconds