Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c93 const TxfmFuncSSE2 txfm_func_col = fwd_txfm_type_to_func(cfg->txfm_type_col); in fwd_txfm2d_sse4_1() local
104 txfm_func_col(out_128, buf_128, cos_bit_col, stage_range_col); in fwd_txfm2d_sse4_1()
122 const TxfmFuncSSE2 txfm_func_col = fwd_txfm_type_to_func(cfg->txfm_type_col); in fwd_txfm2d_64x64_sse4_1() local
133 txfm_func_col(out_128, buf_128, cos_bit_col, stage_range_col); in fwd_txfm2d_64x64_sse4_1()
/external/libaom/libaom/av1/encoder/
Dav1_fwd_txfm2d.c79 const TxfmFunc txfm_func_col = fwd_txfm_type_to_func(cfg->txfm_type_col); in fwd_txfm2d_c() local
96 txfm_func_col(temp_in, temp_out, cos_bit_col, stage_range_col); in fwd_txfm2d_c()
/external/libaom/libaom/av1/common/
Dav1_inv_txfm2d.c277 const TxfmFunc txfm_func_col = inv_txfm_type_to_func(cfg->txfm_type_col); in inv_txfm2d_add_c() local
321 txfm_func_col(temp_in, temp_out, cos_bit_col, stage_range_col); in inv_txfm2d_add_c()