Searched refs:post_uv_stride (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter.c | 325 int post_uv_stride = post->uv_stride; in vp8_loop_filter_frame() local 362 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame() 366 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame() 371 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame() 375 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi); in vp8_loop_filter_frame() 385 u_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame() 386 v_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame() 437 u_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame() 438 v_ptr += post_uv_stride * 8 - post->uv_width; in vp8_loop_filter_frame()
|