Home
last modified time | relevance | path

Searched refs:r_stride (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dglobal_motion.h42 int r_height, int r_stride, uint8_t *dst,
Dglobal_motion.c171 int r_height, int r_stride, uint8_t *dst, in av1_refine_integerized_param() argument
187 best_error = av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
203 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
216 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
232 av1_warp_error(wm, use_hbd, bd, ref, r_width, r_height, r_stride, in av1_refine_integerized_param()
/external/tensorflow/tensorflow/core/kernels/
Deigen_backward_spatial_convolutions_test.cc1488 const int r_stride = 2; in TEST() local
1491 (input_rows - patch_rows + 1 + r_stride - 1) / r_stride; in TEST()
1507 input, output_backward, patch_rows, patch_cols, r_stride, c_stride); in TEST()
1524 if (output_i >= 0 && output_i / r_stride < output_rows && in TEST()
1525 output_i % r_stride == 0 && output_j >= 0 && in TEST()
1530 output_i / r_stride, od); in TEST()