decode_residual  4777 libavcodec/h264.c             if( decode_residual(h, h->intra_gb_ptr, h->mb, LUMA_DC_BLOCK_INDEX, dc_scan, h->dequant4_coeff[0][s->qscale], 16) < 0){
decode_residual  4787 libavcodec/h264.c                         if( decode_residual(h, h->intra_gb_ptr, h->mb + 16*index, index, scan + 1, h->dequant4_coeff[0][s->qscale], 15) < 0 ){
decode_residual  4802 libavcodec/h264.c                             if( decode_residual(h, gb, buf, i4x4+4*i8x8, scan8x8+16*i4x4,
decode_residual  4812 libavcodec/h264.c                             if( decode_residual(h, gb, h->mb + 16*index, index, scan, h->dequant4_coeff[IS_INTRA( mb_type ) ? 0:3][s->qscale], 16) <0 ){
decode_residual  4826 libavcodec/h264.c                 if( decode_residual(h, gb, h->mb + 256 + 16*4*chroma_idx, CHROMA_DC_BLOCK_INDEX, chroma_dc_scan, NULL, 4) < 0){
decode_residual  4836 libavcodec/h264.c                     if( decode_residual(h, gb, h->mb + 16*index, index, scan + 1, qmul, 15) < 0){