Searched refs:decode_luma_residual (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_cavlc.c | 625 int decode_luma_residual(const H264Context *h, H264SliceContext *sl, in decode_luma_residual() function 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()
|
Completed in 2 milliseconds