Searched refs:src_strides (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 322 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_deblock() local 336 src_strides[i], dst_strides[i], in vp9_deblock() 348 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, in vp9_denoise() local 361 const int src_stride = src_strides[i]; in vp9_denoise()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 1893 int src_strides[4] = {src_fb->y_stride, src_fb->uv_stride, src_fb->uv_stride, in scale_and_extend_frame_nonnormative() local 1904 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i], in scale_and_extend_frame_nonnormative() 1908 vp9_resize_plane(srcs[i], in_h_uv, in_w_uv, src_strides[i], in scale_and_extend_frame_nonnormative() 1925 int src_strides[4] = {src_fb->y_stride, src_fb->uv_stride, src_fb->uv_stride, in scale_and_extend_frame() local 1939 const int src_stride = src_strides[i]; in scale_and_extend_frame()
|