Home
last modified time | relevance | path

Searched refs:x_step_qn (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dav1_convolve_horiz_rs_sse4.c28 int x_step_qn) { in av1_convolve_horiz_rs_sse4_1() argument
39 for (int x = 0; x < w; x += 4, x_qn += 4 * x_step_qn) { in av1_convolve_horiz_rs_sse4_1()
41 ((x_qn + 0 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()
43 ((x_qn + 1 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()
45 ((x_qn + 2 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()
47 ((x_qn + 3 * x_step_qn) & RS_SCALE_SUBPEL_MASK) >> RS_SCALE_EXTRA_BITS; in av1_convolve_horiz_rs_sse4_1()
72 &src_y[(x_qn + 0 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()
74 &src_y[(x_qn + 1 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()
76 &src_y[(x_qn + 2 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()
78 &src_y[(x_qn + 3 * x_step_qn) >> RS_SCALE_SUBPEL_BITS]; in av1_convolve_horiz_rs_sse4_1()
[all …]
Dav1_convolve_scale_sse4.c24 int h, int subpel_x_qn, int x_step_qn, in hfilter8() argument
36 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in hfilter8()
236 const int subpel_x_qn, const int x_step_qn, in av1_convolve_2d_scale_sse4_1() argument
251 x_step_qn, filter_params_x, conv_params->round_0); in av1_convolve_2d_scale_sse4_1()
262 int w, int h, int subpel_x_qn, int x_step_qn, in highbd_hfilter8() argument
274 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in highbd_hfilter8()
475 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_sse4_1() argument
492 subpel_x_qn, x_step_qn, filter_params_x, conv_params->round_0, in av1_highbd_convolve_2d_scale_sse4_1()
/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc253 const int x0_qn, const int x_step_qn);
281 const int32_t x_step_qn = in RunOne() local
287 x_step_qn); in RunOne()
290 &av1_resize_filter_normative[0][0], x0_qn, x_step_qn); in RunOne()
308 const int x0_qn, const int x_step_qn,
337 const int32_t x_step_qn = in RunOne() local
343 &av1_resize_filter_normative[0][0], x0_qn, x_step_qn, bd_); in RunOne()
346 &av1_resize_filter_normative[0][0], x0_qn, x_step_qn, bd_); in RunOne()
Dav1_convolve_scale_test.cc396 const int subpel_x_qn, const int x_step_qn,
470 const int subpel_x_qn, const int x_step_qn,
/external/libaom/libaom/av1/common/
Dresize.c424 int32_t x_step_qn) { in get_upscale_convolve_x0() argument
425 const int err = out_length * x_step_qn - (in_length << RS_SCALE_SUBPEL_BITS); in get_upscale_convolve_x0()
705 int x_step_qn, int x0_qn, int pad_left, in upscale_normative_rect() argument
744 x_step_qn); in upscale_normative_rect()
1051 int x_step_qn, int x0_qn, in highbd_upscale_normative_rect() argument
1093 x0_qn, x_step_qn, bd); in highbd_upscale_normative_rect()
1233 const int32_t x_step_qn = av1_get_upscale_convolve_step( in av1_upscale_normative_rows() local
1236 upscaled_plane_width, x_step_qn); in av1_upscale_normative_rows()
1271 x_step_qn, x0_qn, pad_left, pad_right, in av1_upscale_normative_rows()
1275 rows, dst_width, dst_stride, x_step_qn, x0_qn, in av1_upscale_normative_rows()
[all …]
Dconvolve.c29 int x_step_qn) { in av1_convolve_horiz_rs_c() argument
44 x_qn += x_step_qn; in av1_convolve_horiz_rs_c()
54 int x_step_qn, int bd) { in av1_highbd_convolve_horiz_rs_c() argument
69 x_qn += x_step_qn; in av1_highbd_convolve_horiz_rs_c()
459 const int subpel_x_qn, const int x_step_qn, in av1_convolve_2d_scale_c() argument
479 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in av1_convolve_2d_scale_c()
545 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in convolve_2d_scale_wrapper() argument
551 filter_params_y, subpel_x_qn, x_step_qn, subpel_y_qn, in convolve_2d_scale_wrapper()
946 const int subpel_x_qn, const int x_step_qn, in av1_highbd_convolve_2d_scale_c() argument
964 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in av1_highbd_convolve_2d_scale_c()
/external/libaom/config/arm64/config/
Dav1_rtcd.h118 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
125 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
182 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
194 …_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, int bd);
/external/libaom/config/x86/config/
Dav1_rtcd.h118 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
125 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
184 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
197 …_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, int bd);
/external/libaom/config/arm/config/
Dav1_rtcd.h118 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
125 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
182 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
194 …_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, int bd);
/external/libaom/config/x86_64/config/
Dav1_rtcd.h118 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
125 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
187 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
200 …_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, int bd);