Searched refs:WRAPLOW (Results 1 – 6 of 6) 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 …]
80 #define WRAPLOW(x) ((((int32_t)check_range(x)) << 16) >> 16) macro88 #define WRAPLOW(x) ((int32_t)check_range(x)) macro119 trans = WRAPLOW(trans); in clip_pixel_add()
35 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct4x4_1_add_neon()36 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct4x4_1_add_neon()
42 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct32x32_1_add_neon()43 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct32x32_1_add_neon()
39 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct8x8_1_add_neon()40 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct8x8_1_add_neon()
35 const int16_t out0 = WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64)); in vpx_idct16x16_1_add_neon()36 const int16_t out1 = WRAPLOW(dct_const_round_shift(out0 * cospi_16_64)); in vpx_idct16x16_1_add_neon()