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