Home
last modified time | relevance | path

Searched refs:HIGHBD_WRAPLOW (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c1314 op[0] = HIGHBD_WRAPLOW(a1, bd); in vpx_highbd_iwht4x4_16_add_c()
1315 op[1] = HIGHBD_WRAPLOW(b1, bd); in vpx_highbd_iwht4x4_16_add_c()
1316 op[2] = HIGHBD_WRAPLOW(c1, bd); in vpx_highbd_iwht4x4_16_add_c()
1317 op[3] = HIGHBD_WRAPLOW(d1, bd); in vpx_highbd_iwht4x4_16_add_c()
1336 highbd_clip_pixel_add(dest[stride * 0], HIGHBD_WRAPLOW(a1, bd), bd); in vpx_highbd_iwht4x4_16_add_c()
1338 highbd_clip_pixel_add(dest[stride * 1], HIGHBD_WRAPLOW(b1, bd), bd); in vpx_highbd_iwht4x4_16_add_c()
1340 highbd_clip_pixel_add(dest[stride * 2], HIGHBD_WRAPLOW(c1, bd), bd); in vpx_highbd_iwht4x4_16_add_c()
1342 highbd_clip_pixel_add(dest[stride * 3], HIGHBD_WRAPLOW(d1, bd), bd); in vpx_highbd_iwht4x4_16_add_c()
1361 op[0] = HIGHBD_WRAPLOW(a1, bd); in vpx_highbd_iwht4x4_1_add_c()
1362 op[1] = op[2] = op[3] = HIGHBD_WRAPLOW(e1, bd); in vpx_highbd_iwht4x4_1_add_c()
[all …]
Dinv_txfm.h81 #define HIGHBD_WRAPLOW(x, bd) \ macro
89 #define HIGHBD_WRAPLOW(x, bd) ((int32_t)highbd_check_range((x), bd)) macro
112 trans = HIGHBD_WRAPLOW(trans, bd); in highbd_clip_pixel_add()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct4x4_add_neon.c40 const tran_low_t out0 = HIGHBD_WRAPLOW( in vpx_highbd_idct4x4_1_add_neon()
42 const tran_low_t out1 = HIGHBD_WRAPLOW( in vpx_highbd_idct4x4_1_add_neon()
Dhighbd_idct32x32_add_neon.c64 const tran_low_t out0 = HIGHBD_WRAPLOW( in vpx_highbd_idct32x32_1_add_neon()
66 const tran_low_t out1 = HIGHBD_WRAPLOW( in vpx_highbd_idct32x32_1_add_neon()
Dhighbd_idct8x8_add_neon.c42 const tran_low_t out0 = HIGHBD_WRAPLOW( in vpx_highbd_idct8x8_1_add_neon()
44 const tran_low_t out1 = HIGHBD_WRAPLOW( in vpx_highbd_idct8x8_1_add_neon()
Dhighbd_idct16x16_add_neon.c1336 const tran_low_t out0 = HIGHBD_WRAPLOW( in vpx_highbd_idct16x16_1_add_neon()
1338 const tran_low_t out1 = HIGHBD_WRAPLOW( in vpx_highbd_idct16x16_1_add_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct4x4_add_sse2.c147 out = HIGHBD_WRAPLOW( in vpx_highbd_idct4x4_1_add_sse2()
150 HIGHBD_WRAPLOW(dct_const_round_shift(out * (tran_high_t)cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
Dhighbd_inv_txfm_sse2.h272 out = HIGHBD_WRAPLOW( in highbd_idct_1_add_kernel()
275 HIGHBD_WRAPLOW(dct_const_round_shift(out * (tran_high_t)cospi_16_64), bd); in highbd_idct_1_add_kernel()