Searched refs:dst_heights (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2553 const int dst_heights[3] = {dst->y_crop_height, dst->uv_crop_height, local 2560 src_strides[i], dsts[i], dst_heights[i], 2564 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]); 2568 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]);
|