Searched refs:bSH (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_loopfilter.c | 271 const int16_t *bSH = FIELD_PICTURE(h) ? bS3 : bS4; in h264_filter_mb_fast_internal() local 277 filter_mb_edgeh( &img_y[4*0*linesize], linesize, bSH, qp1, a, b, h, 1); in h264_filter_mb_fast_internal() 285 filter_mb_edgeh( &img_y[4*0*linesize], linesize, bSH, qp1, a, b, h, 1); in h264_filter_mb_fast_internal() 301 filter_mb_edgeh( &img_cb[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1 ); in h264_filter_mb_fast_internal() 302 filter_mb_edgeh( &img_cr[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1 ); in h264_filter_mb_fast_internal() 314 filter_mb_edgeh( &img_cb[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1); in h264_filter_mb_fast_internal() 315 filter_mb_edgeh( &img_cr[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1); in h264_filter_mb_fast_internal() 332 filter_mb_edgech(&img_cb[4*0*uvlinesize], uvlinesize, bSH, qpc1, a, b, h, 1); in h264_filter_mb_fast_internal() 333 filter_mb_edgech(&img_cr[4*0*uvlinesize], uvlinesize, bSH, qpc1, a, b, h, 1); in h264_filter_mb_fast_internal() 349 filter_mb_edgech( &img_cb[2*0*uvlinesize], uvlinesize, bSH, qpc in h264_filter_mb_fast_internal() [all...] |
Completed in 2 milliseconds