Searched refs:HIGHBD_WRAPLOW (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1309 op[0] = HIGHBD_WRAPLOW(a1, bd); in vpx_highbd_iwht4x4_16_add_c() 1310 op[1] = HIGHBD_WRAPLOW(b1, bd); in vpx_highbd_iwht4x4_16_add_c() 1311 op[2] = HIGHBD_WRAPLOW(c1, bd); in vpx_highbd_iwht4x4_16_add_c() 1312 op[3] = HIGHBD_WRAPLOW(d1, bd); in vpx_highbd_iwht4x4_16_add_c() 1331 highbd_clip_pixel_add(dest[stride * 0], HIGHBD_WRAPLOW(a1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1333 highbd_clip_pixel_add(dest[stride * 1], HIGHBD_WRAPLOW(b1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1335 highbd_clip_pixel_add(dest[stride * 2], HIGHBD_WRAPLOW(c1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1337 highbd_clip_pixel_add(dest[stride * 3], HIGHBD_WRAPLOW(d1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1356 op[0] = HIGHBD_WRAPLOW(a1, bd); in vpx_highbd_iwht4x4_1_add_c() 1357 op[1] = op[2] = op[3] = HIGHBD_WRAPLOW(e1, bd); in vpx_highbd_iwht4x4_1_add_c() [all …]
|
D | inv_txfm.h | 82 #define HIGHBD_WRAPLOW(x, bd) \ macro 90 #define HIGHBD_WRAPLOW(x, bd) ((int32_t)highbd_check_range((x), bd)) macro 113 trans = HIGHBD_WRAPLOW(trans, bd); in highbd_clip_pixel_add()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse2.h | 42 out = HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in highbd_idct_1_add_kernel() 43 out = HIGHBD_WRAPLOW(dct_const_round_shift(out * cospi_16_64), bd); in highbd_idct_1_add_kernel()
|
D | highbd_idct4x4_add_sse2.c | 141 out = HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2() 142 out = HIGHBD_WRAPLOW(dct_const_round_shift(out * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_add_neon.c | 65 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct32x32_1_add_neon() 67 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct32x32_1_add_neon()
|
D | highbd_idct4x4_add_neon.c | 58 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_neon() 60 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_neon()
|
D | highbd_idct8x8_add_neon.c | 42 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct8x8_1_add_neon() 44 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct8x8_1_add_neon()
|
D | highbd_idct16x16_add_neon.c | 1414 HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct16x16_1_add_neon() 1416 HIGHBD_WRAPLOW(dct_const_round_shift(out0 * cospi_16_64), bd); in vpx_highbd_idct16x16_1_add_neon()
|