Searched refs:bS4 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_loopfilter.c | 271 static const int16_t bS4[4] = {4,4,4,4}; in h264_filter_mb_fast_internal() local 273 const int16_t *bSH = FIELD_PICTURE(h) ? bS3 : bS4; in h264_filter_mb_fast_internal() 275 filter_mb_edgev( &img_y[4*0<<pixel_shift], linesize, bS4, qp0, a, b, h, 1); in h264_filter_mb_fast_internal() 296 filter_mb_edgev( &img_cb[4*0<<pixel_shift], linesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal() 297 filter_mb_edgev( &img_cr[4*0<<pixel_shift], linesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal() 328 filter_mb_edgecv(&img_cb[2*0<<pixel_shift], uvlinesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal() 329 filter_mb_edgecv(&img_cr[2*0<<pixel_shift], uvlinesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal() 345 filter_mb_edgecv( &img_cb[2*0<<pixel_shift], uvlinesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal() 346 filter_mb_edgecv( &img_cr[2*0<<pixel_shift], uvlinesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal()
|