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
252 x_step_qn, filter_params_x, conv_params->round_0); in av1_convolve_2d_scale_sse4_1()
263 int w, int h, int subpel_x_qn, int x_step_qn, in highbd_hfilter8() argument
275 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in highbd_hfilter8()
476 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in av1_highbd_convolve_2d_scale_sse4_1() argument
493 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.cc252 const int x0_qn, const int x_step_qn);
280 const int32_t x_step_qn = in RunOne() local
286 x_step_qn); in RunOne()
289 &av1_resize_filter_normative[0][0], x0_qn, x_step_qn); in RunOne()
306 const int x0_qn, const int x_step_qn,
335 const int32_t x_step_qn = in RunOne() local
341 &av1_resize_filter_normative[0][0], x0_qn, x_step_qn, bd_); in RunOne()
344 &av1_resize_filter_normative[0][0], x0_qn, x_step_qn, bd_); in RunOne()
Dav1_convolve_scale_test.cc395 const int subpel_x_qn, const int x_step_qn,
468 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()
1050 int x_step_qn, int x0_qn, in highbd_upscale_normative_rect() argument
1092 x0_qn, x_step_qn, bd); in highbd_upscale_normative_rect()
1221 const int32_t x_step_qn = av1_get_upscale_convolve_step( in av1_upscale_normative_rows() local
1224 upscaled_plane_width, x_step_qn); in av1_upscale_normative_rows()
1258 x_step_qn, x0_qn, pad_left, pad_right, in av1_upscale_normative_rows()
1262 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()
456 const int subpel_x_qn, const int x_step_qn, in av1_convolve_2d_scale_c() argument
476 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in av1_convolve_2d_scale_c()
542 const int x_step_qn, const int subpel_y_qn, const int y_step_qn, in convolve_2d_scale_wrapper() argument
548 filter_params_y, subpel_x_qn, x_step_qn, subpel_y_qn, in convolve_2d_scale_wrapper()
960 const int subpel_x_qn, const int x_step_qn, in av1_highbd_convolve_2d_scale_c() argument
978 for (int x = 0; x < w; ++x, x_qn += x_step_qn) { in av1_highbd_convolve_2d_scale_c()
/external/libaom/config/arm/config/
Dav1_rtcd.h74 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
81 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
138 …t InterpFilterParams *filter_params_y, const int subpel_x_q4, const int x_step_qn, const int subpe…
150 …_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.h73 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
80 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
139 …t InterpFilterParams *filter_params_y, const int subpel_x_q4, const int x_step_qn, const int subpe…
152 …_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/arm64/config/
Dav1_rtcd.h74 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
81 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
138 …t InterpFilterParams *filter_params_y, const int subpel_x_q4, const int x_step_qn, const int subpe…
150 …_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.h73 …t InterpFilterParams *filter_params_y, const int subpel_x_qn, const int x_step_qn, const int subpe…
80 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn);
142 …t InterpFilterParams *filter_params_y, const int subpel_x_q4, const int x_step_qn, const int subpe…
155 …_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, int bd);