Searched refs:dst_strides (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_frame_scale.c | 27 const int dst_strides[3] = { dst->y_stride, dst->uv_stride, dst->uv_stride }; in vp9_scale_and_extend_frame_c() local 77 const int dst_stride = dst_strides[i]; in vp9_scale_and_extend_frame_c() 97 const int dst_stride = dst_strides[i]; in vp9_scale_and_extend_frame_c()
|
D | vp9_encoder.c | 3010 const int dst_strides[3] = { dst->y_stride, dst->uv_stride, dst->uv_stride }; local 3021 dst_widths[i], dst_strides[i], bd); 3024 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]); 3028 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]); 3047 const int dst_strides[3] = { dst->y_stride, dst->uv_stride, dst->uv_stride }; local 3054 const int dst_stride = dst_strides[i];
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 246 const int dst_strides[3] = { dst->y_stride, dst->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/compiler/xla/service/ |
D | hlo_evaluator.cc | 1087 const absl::Span<const int64> dst_strides, in GenerateIndices() argument 1091 CHECK_EQ(dst_lengths.size() + 1, dst_strides.size()); in GenerateIndices() 1106 dst_index += dst_strides[axis]; in GenerateIndices()
|