Lines Matching defs:scan
626 GetBitContext *gb, const uint8_t *scan,
637 if (decode_residual(h, sl, gb, sl->mb_luma_dc[p], LUMA_DC_BLOCK_INDEX + p, scan, NULL, 16) < 0) {
648 index, scan + 1, h->ps.pps->dequant4_coeff[p][qscale], 15) < 0 ){
680 scan, h->ps.pps->dequant4_coeff[cqm][qscale], 16) < 0 ){
1101 const uint8_t *scan, *scan8x8;
1123 scan = sl->qscale ? h->field_scan : h->field_scan_q0;
1126 scan = sl->qscale ? h->zigzag_scan : h->zigzag_scan_q0;
1129 if ((ret = decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 0)) < 0 ) {
1134 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 1) < 0 ) {
1137 if (decode_luma_residual(h, sl, gb, scan, scan8x8, pixel_shift, mb_type, cbp, 2) < 0 ) {
1160 if (decode_residual(h, sl, gb, mb, index, scan + 1, qmul, 15) < 0)