Home
last modified time | relevance | path

Searched defs:stage_range (Results 1 – 5 of 5) sorted by relevance

/external/libaom/av1/common/
Dav1_inv_txfm1d.c17 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/av1/encoder/
Dav1_fwd_txfm1d.c17 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/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c46 const int8_t *stage_range) { in fdct32_sse4_1()
58 const int8_t cos_bit, const int8_t *stage_range) { in fdct64_new_sse4_1()
68 const int8_t cos_bit, const int8_t *stage_range) { in idtx32x32_sse4_1()
/external/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c3769 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, 16, 16, 16 }; in lowbd_inv_txfm2d_add_4x4_neon() local
3833 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, in lowbd_inv_txfm2d_add_4x8_neon() local
3899 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, in lowbd_inv_txfm2d_add_8x4_neon() local
3965 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, 16, in lowbd_inv_txfm2d_add_4x16_neon() local
4030 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16, 16, 16, 16, 16, in lowbd_inv_txfm2d_add_16x4_neon() local
/external/libaom/test/
Dav1_txfm_test.cc387 void txfm_stage_range_check(const int8_t *stage_range, int stage_num, in txfm_stage_range_check()