Searched refs:WRAPLOW (Results 1 – 7 of 7) sorted by relevance
39 op[0] = WRAPLOW(a1); in vpx_iwht4x4_16_add_c()40 op[1] = WRAPLOW(b1); in vpx_iwht4x4_16_add_c()41 op[2] = WRAPLOW(c1); in vpx_iwht4x4_16_add_c()42 op[3] = WRAPLOW(d1); in vpx_iwht4x4_16_add_c()60 dest[stride * 0] = clip_pixel_add(dest[stride * 0], WRAPLOW(a1)); in vpx_iwht4x4_16_add_c()61 dest[stride * 1] = clip_pixel_add(dest[stride * 1], WRAPLOW(b1)); in vpx_iwht4x4_16_add_c()62 dest[stride * 2] = clip_pixel_add(dest[stride * 2], WRAPLOW(c1)); in vpx_iwht4x4_16_add_c()63 dest[stride * 3] = clip_pixel_add(dest[stride * 3], WRAPLOW(d1)); in vpx_iwht4x4_16_add_c()80 op[0] = WRAPLOW(a1); in vpx_iwht4x4_1_add_c()81 op[1] = op[2] = op[3] = WRAPLOW(e1); in vpx_iwht4x4_1_add_c()[all …]
79 #define WRAPLOW(x) ((((int32_t)check_range(x)) << 16) >> 16) macro87 #define WRAPLOW(x) ((int32_t)check_range(x)) macro118 trans = WRAPLOW(trans); in clip_pixel_add()
36 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct4x4_1_add_neon()37 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct4x4_1_add_neon()
43 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct32x32_1_add_neon()44 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct32x32_1_add_neon()
40 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct8x8_1_add_neon()41 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct8x8_1_add_neon()
36 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct16x16_1_add_neon()37 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct16x16_1_add_neon()
209 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct8x8_1_add_sse2()211 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct8x8_1_add_sse2()505 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct16x16_1_add_sse2()507 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct16x16_1_add_sse2()1225 WRAPLOW(dct_const_round_shift((int16_t)input[0] * cospi_16_64)); in vpx_idct32x32_1_add_sse2()1227 out = WRAPLOW(dct_const_round_shift(out * cospi_16_64)); in vpx_idct32x32_1_add_sse2()