Searched refs:src_widths (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 240 const int src_widths[3] = { src->y_width, src->uv_width, src->uv_width }; in vp9_deblock() local 250 src_strides[i], dst_strides[i], src_heights[i], src_widths[i], ppl); in vp9_deblock()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2690 const int src_widths[3] = { src->y_crop_width, src->uv_crop_width, local 2704 vp9_highbd_resize_plane(srcs[i], src_heights[i], src_widths[i], 2708 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i], 2712 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i],
|