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