Home
last modified time | relevance | path

Searched refs:img_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_loopfilter.c240 uint8_t *img_cb, in h264_filter_mb_fast_internal() argument
296 filter_mb_edgev( &img_cb[4*0<<pixel_shift], linesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal()
300 filter_mb_edgev( &img_cb[4*2<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
303 filter_mb_edgeh( &img_cb[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1 ); in h264_filter_mb_fast_internal()
306 filter_mb_edgeh( &img_cb[4*2*linesize], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
309 filter_mb_edgev( &img_cb[4*1<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
311 filter_mb_edgev( &img_cb[4*2<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
313 filter_mb_edgev( &img_cb[4*3<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
316 filter_mb_edgeh( &img_cb[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1); in h264_filter_mb_fast_internal()
319 filter_mb_edgeh( &img_cb[4*1*linesize], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
[all …]
Dh264dec.h610 uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr,
613 uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr,