Home
last modified time | relevance | path

Searched refs:cast_to_int32 (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Didct.c48 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_4x4_c()
62 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_4x8_c()
70 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_8x4_c()
77 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_16x32_c()
84 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_32x16_c()
91 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_16x4_c()
98 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_4x16_c()
105 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_32x8_c()
112 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_8x32_c()
119 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_32x64_c()
[all …]
Didct.h42 static INLINE const int32_t *cast_to_int32(const tran_low_t *input) { in cast_to_int32() function
/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_sse4.c5229 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_8x8_sse4_1()
5255 const int32_t *src = cast_to_int32(input); in av1_highbd_inv_txfm_add_4x4_sse4_1()