Searched refs:HIGHBD_WRAPLOW (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1314 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 …]
|
D | inv_txfm.h | 81 #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/ |
D | highbd_idct4x4_add_neon.c | 40 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()
|
D | highbd_idct32x32_add_neon.c | 64 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()
|
D | highbd_idct8x8_add_neon.c | 42 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()
|
D | highbd_idct16x16_add_neon.c | 1336 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/ |
D | highbd_idct4x4_add_sse2.c | 147 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()
|
D | highbd_inv_txfm_sse2.h | 272 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()
|