Searched refs:src_heights (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 241 const int src_heights[3] = { src->y_height, src->uv_height, 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 | 2692 const int src_heights[3] = { src->y_crop_height, src->uv_crop_height, 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],
|