Home
last modified time | relevance | path

Searched refs:decode_cabac_luma_residual (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1870 static av_always_inline void decode_cabac_luma_residual(const H264Context *h, H264SliceContext *sl, in decode_cabac_luma_residual() function
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()

Completed in 5 milliseconds