Home
last modified time | relevance | path

Searched refs:src_strides (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c25 const int src_strides[3] = { src->y_stride, src->uv_stride, src->uv_stride }; in vp9_scale_and_extend_frame_c() local
76 const int src_stride = src_strides[i]; in vp9_scale_and_extend_frame_c()
96 const int src_stride = src_strides[i]; in vp9_scale_and_extend_frame_c()
Dvp9_encoder.c2810 const int src_strides[3] = { src->y_stride, src->uv_stride, src->uv_stride }; local
2826 src_strides[i], dsts[i], dst_heights[i],
2829 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i],
2833 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i],
2851 const int src_strides[3] = { src->y_stride, src->uv_stride, src->uv_stride }; local
2859 const int src_stride = src_strides[i];
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c238 const int src_strides[3] = { src->y_stride, src->uv_stride, in vp9_deblock() local
250 src_strides[i], dst_strides[i], src_heights[i], src_widths[i], ppl); in vp9_deblock()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_relu_op.cc478 auto src_strides = CalculateTFStrides(src_dims); in Compute() local
480 src_md = MklDnnData<T>::CreateBlockedMemDesc(src_dims, src_strides); in Compute()
591 auto src_strides = CalculateTFStrides(src_dims); in Compute() local
592 src_md = MklDnnData<T>::CreateBlockedMemDesc(src_dims, src_strides); in Compute()