Searched refs:dst_strides (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 272 const int dst_strides[3] = {dst->y_stride, dst->uv_stride, dst->uv_stride}; in vp9_deblock() local 276 src_strides[i], dst_strides[i], in vp9_deblock() 292 const int dst_strides[3] = {dst->y_stride, dst->uv_stride, dst->uv_stride}; in vp9_denoise() local 300 const int dst_stride = dst_strides[i]; in vp9_denoise()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1372 const int dst_strides[3] = {dst->y_stride, dst->uv_stride, dst->uv_stride}; in scale_and_extend_frame_nonnormative() local 1380 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]); in scale_and_extend_frame_nonnormative() 1394 const int dst_strides[3] = {dst->y_stride, dst->uv_stride, dst->uv_stride}; in scale_and_extend_frame() local 1405 const int dst_stride = dst_strides[i]; in scale_and_extend_frame()
|