Home
last modified time | relevance | path

Searched refs:src_strides (Results 1 – 5 of 5) 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.c3004 const int src_strides[3] = { src->y_stride, src->uv_stride, src->uv_stride }; local
3020 src_strides[i], dsts[i], dst_heights[i],
3023 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i],
3027 vp9_resize_plane(srcs[i], src_heights[i], src_widths[i], src_strides[i],
3045 const int src_strides[3] = { src->y_stride, src->uv_stride, src->uv_stride }; local
3053 const int src_stride = src_strides[i];
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c239 const int src_strides[3] = { src->y_stride, src->uv_stride, in vp9_deblock() local
251 src_strides[i], dst_strides[i], src_heights[i], src_widths[i], ppl); in vp9_deblock()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_relu_op.cc471 auto src_strides = CalculateTFStrides(src_dims); in Compute() local
473 src_md = MklDnnData<T>::CreateBlockedMemDesc(src_dims, src_strides); in Compute()
627 auto src_strides = CalculateTFStrides(src_dims); in Compute() local
628 src_md = MklDnnData<T>::CreateBlockedMemDesc(src_dims, src_strides); in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1089 const absl::Span<const int64> src_strides, int64 fft_rank, in GenerateIndices() argument
1093 CHECK_EQ(src_lengths.size() + 1, src_strides.size()); in GenerateIndices()
1107 src_index += src_strides[axis]; in GenerateIndices()