Searched defs:stage_range (Results 1 – 6 of 6) sorted by relevance
| /external/libaom/libaom/av1/encoder/ |
| D | av1_fwd_txfm1d.c | 17 const int8_t *stage_range) { in av1_fdct4() 60 const int8_t *stage_range) { in av1_fdct8() 145 const int8_t *stage_range) { in av1_fdct16() 316 const int8_t *stage_range) { in av1_fdct32() 677 const int8_t *stage_range) { in av1_fadst4() 736 const int8_t *stage_range) { in av1_fadst8() 850 const int8_t *stage_range) { in av1_fadst16() 1065 const int8_t *stage_range) { in av1_fidentity4_c() 1074 const int8_t *stage_range) { in av1_fidentity8_c() 1081 const int8_t *stage_range) { in av1_fidentity16_c() [all …]
|
| /external/libaom/libaom/av1/common/ |
| D | av1_inv_txfm1d.c | 17 const int8_t *stage_range) { in av1_idct4() 58 const int8_t *stage_range) { in av1_idct8() 139 const int8_t *stage_range) { in av1_idct16() 304 const int8_t *stage_range) { in av1_idct32() 657 const int8_t *stage_range) { in av1_iadst4() 714 const int8_t *stage_range) { in av1_iadst8() 822 const int8_t *stage_range) { in av1_iadst16() 1030 const int8_t *stage_range) { in av1_iidentity4_c() 1040 const int8_t *stage_range) { in av1_iidentity8_c() 1047 const int8_t *stage_range) { in av1_iidentity16_c() [all …]
|
| /external/libaom/libaom/av1/encoder/x86/ |
| D | av1_fwd_txfm2d_sse4.c | 36 const int8_t *stage_range) { in fdct32_sse4_1() 48 const int8_t cos_bit, const int8_t *stage_range) { in fdct64_new_sse4_1() 58 const int8_t cos_bit, const int8_t *stage_range) { in idtx32x32_sse4_1()
|
| D | av1_fwd_txfm1d_sse4.c | 400 const int8_t cos_bit, const int8_t *stage_range) { in av1_fadst4_sse4_1()
|
| /external/libaom/libaom/av1/common/arm/ |
| D | av1_inv_txfm_neon.c | 3814 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, 16, 16, 16 }; in lowbd_inv_txfm2d_add_4x4_neon() local 3877 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, in lowbd_inv_txfm2d_add_4x8_neon() local 3943 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, in lowbd_inv_txfm2d_add_8x4_neon() local 4009 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, 16, in lowbd_inv_txfm2d_add_4x16_neon() local 4073 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, 16, in lowbd_inv_txfm2d_add_16x4_neon() local
|
| /external/libaom/libaom/test/ |
| D | av1_txfm_test.cc | 360 void txfm_stage_range_check(const int8_t *stage_range, int stage_num, in txfm_stage_range_check()
|