/external/libaom/libaom/test/ |
D | av1_horz_only_frame_superres_test.cc | 252 const int x0_qn, const int x_step_qn); 278 const int x0_qn = image_->x0(); in RunOne() local 285 height, &av1_resize_filter_normative[0][0], x0_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, 333 const int x0_qn = image_->x0(); 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()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_convolve_horiz_rs_sse4.c | 27 const int16_t *x_filters, int x0_qn, in av1_convolve_horiz_rs_sse4_1() argument 38 int x_qn = x0_qn; in av1_convolve_horiz_rs_sse4_1() 136 int x0_qn, int x_step_qn, int bd) { in av1_highbd_convolve_horiz_rs_sse4_1() argument 148 int x_qn = x0_qn; in av1_highbd_convolve_horiz_rs_sse4_1()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 705 int x_step_qn, int x0_qn, int pad_left, in upscale_normative_rect() argument 743 height2, &av1_resize_filter_normative[0][0], x0_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() 1223 int32_t x0_qn = get_upscale_convolve_x0(downscaled_plane_width, in av1_upscale_normative_rows() local 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() 1266 x0_qn += (dst_width * x_step_qn) - (src_width << RS_SCALE_SUBPEL_BITS); in av1_upscale_normative_rows()
|
D | convolve.c | 28 const int16_t *x_filters, int x0_qn, in av1_convolve_horiz_rs_c() argument 32 int x_qn = x0_qn; in av1_convolve_horiz_rs_c() 53 const int16_t *x_filters, int x0_qn, in av1_highbd_convolve_horiz_rs_c() argument 57 int x_qn = x0_qn; in av1_highbd_convolve_horiz_rs_c()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 81 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn); 150 …int16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, in…
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 80 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn); 152 …int16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, in…
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 81 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn); 150 …int16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, in…
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 80 …e, uint8_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn); 155 …int16_t *dst, int dst_stride, int w, int h, const int16_t *x_filters, int x0_qn, int x_step_qn, in…
|