Searched refs:post_uv_stride (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dloopfilter.c325 int post_uv_stride = post->uv_stride; local
362 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
366 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
371 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
375 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
385 u_ptr += post_uv_stride * 8 - post->uv_width;
386 v_ptr += post_uv_stride * 8 - post->uv_width;
437 u_ptr += post_uv_stride * 8 - post->uv_width;
438 v_ptr += post_uv_stride * 8 - post->uv_width;
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.c325 int post_uv_stride = post->uv_stride; local
362 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
366 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
371 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
375 (y_ptr, u_ptr, v_ptr, post_y_stride, post_uv_stride, &lfi);
385 u_ptr += post_uv_stride * 8 - post->uv_width;
386 v_ptr += post_uv_stride * 8 - post->uv_width;
437 u_ptr += post_uv_stride * 8 - post->uv_width;
438 v_ptr += post_uv_stride * 8 - post->uv_width;

Completed in 575 milliseconds