decode_cabac_residual 5868 libavcodec/h264.c decode_cabac_residual( h, h->mb, 0, 0, dc_scan, NULL, 16); decode_cabac_residual 5874 libavcodec/h264.c decode_cabac_residual(h, h->mb + 16*i, 1, i, scan + 1, qmul, 15); decode_cabac_residual 5884 libavcodec/h264.c decode_cabac_residual(h, h->mb + 64*i8x8, 5, 4*i8x8, decode_cabac_residual 5892 libavcodec/h264.c decode_cabac_residual(h, h->mb + 16*index, 2, index, scan, qmul, 16); decode_cabac_residual 5907 libavcodec/h264.c decode_cabac_residual(h, h->mb + 256 + 16*4*c, 3, c, chroma_dc_scan, NULL, 4); decode_cabac_residual 5918 libavcodec/h264.c decode_cabac_residual(h, h->mb + 16*index, 4, index, scan + 1, qmul, 15);