Home
last modified time | relevance | path

Searched refs:WRAPLOW (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c39 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 …]
Dinv_txfm.h80 #define WRAPLOW(x) ((((int32_t)check_range(x)) << 16) >> 16) macro
88 #define WRAPLOW(x) ((int32_t)check_range(x)) macro
119 trans = WRAPLOW(trans); in clip_pixel_add()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_1_add_neon.c35 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()
Didct32x32_1_add_neon.c42 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()
Didct8x8_1_add_neon.c39 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()
Didct16x16_1_add_neon.c35 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()