Searched refs:post_ystride (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 168 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_normal() argument 196 vp8_loop_filter_mbv(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 200 vp8_loop_filter_bv(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 205 vp8_loop_filter_mbh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 209 vp8_loop_filter_bh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride, in vp8_loop_filter_row_normal() 222 int mb_row, int post_ystride, int post_uvstride, in vp8_loop_filter_row_simple() argument 243 vp8_loop_filter_simple_mbv(y_ptr, post_ystride, in vp8_loop_filter_row_simple() 247 vp8_loop_filter_simple_bv(y_ptr, post_ystride, in vp8_loop_filter_row_simple() 252 vp8_loop_filter_simple_mbh(y_ptr, post_ystride, in vp8_loop_filter_row_simple() 256 vp8_loop_filter_simple_bh(y_ptr, post_ystride, in vp8_loop_filter_row_simple()
|
D | loopfilter.h | 90 int post_ystride, int post_uvstride, 96 int post_ystride, int post_uvstride,
|