Home
last modified time | relevance | path

Searched refs:dst_strides (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c331 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride, in vp9_deblock() local
336 src_strides[i], dst_strides[i], in vp9_deblock()
357 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride, in vp9_denoise() local
366 const int dst_stride = dst_strides[i]; in vp9_denoise()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1898 int dst_strides[4] = {dst_fb->y_stride, dst_fb->uv_stride, dst_fb->uv_stride, in scale_and_extend_frame_nonnormative() local
1905 dsts[i], out_h, out_w, dst_strides[i]); in scale_and_extend_frame_nonnormative()
1909 dsts[i], out_h_uv, out_w_uv, dst_strides[i]); in scale_and_extend_frame_nonnormative()
1930 int dst_strides[4] = {dst_fb->y_stride, dst_fb->uv_stride, dst_fb->uv_stride, in scale_and_extend_frame() local
1940 const int dst_stride = dst_strides[i]; in scale_and_extend_frame()