Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm1d.c17 const int8_t *stage_range) { in av1_fdct4_new()
60 const int8_t *stage_range) { in av1_fdct8_new()
145 const int8_t *stage_range) { in av1_fdct16_new()
316 const int8_t *stage_range) { in av1_fdct32_new()
677 const int8_t *stage_range) { in av1_fadst4_new()
736 const int8_t *stage_range) { in av1_fadst8_new()
850 const int8_t *stage_range) { in av1_fadst16_new()
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/
Dav1_inv_txfm1d.c20 const int8_t *stage_range) { in av1_idct4_new()
61 const int8_t *stage_range) { in av1_idct8_new()
142 const int8_t *stage_range) { in av1_idct16_new()
307 const int8_t *stage_range) { in av1_idct32_new()
660 const int8_t *stage_range) { in av1_iadst4_new()
717 const int8_t *stage_range) { in av1_iadst8_new()
826 const int8_t *stage_range) { in av1_iadst16_new()
1035 const int8_t *stage_range) { in av1_iidentity4_c()
1045 const int8_t *stage_range) { in av1_iidentity8_c()
1052 const int8_t *stage_range) { in av1_iidentity16_c()
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c36 const int8_t cos_bit, const int8_t *stage_range) { in fdct32_new_sse4_1()
48 const int8_t cos_bit, const int8_t *stage_range) { in fdct64_new_sse4_1()
59 const int8_t cos_bit, const int8_t *stage_range) { in idtx32x32_sse4_1()
Dav1_fwd_txfm1d_sse4.c400 const int8_t cos_bit, const int8_t *stage_range) { in av1_fadst4_new_sse4_1()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c3925 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16 }; in lowbd_inv_txfm2d_add_4x4_neon() local
3987 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16 }; in lowbd_inv_txfm2d_add_4x8_neon() local
4051 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16 }; in lowbd_inv_txfm2d_add_8x4_neon() local
4115 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16 }; in lowbd_inv_txfm2d_add_4x16_neon() local
4177 const int8_t stage_range[MAX_TXFM_STAGE_NUM] = { 16 }; in lowbd_inv_txfm2d_add_16x4_neon() local
/external/libaom/libaom/test/
Dav1_txfm_test.cc360 void txfm_stage_range_check(const int8_t *stage_range, int stage_num, in txfm_stage_range_check()