Searched refs:txfm_func_row (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm2d.c | 278 const TxfmFunc txfm_func_row = inv_txfm_type_to_func(cfg->txfm_type_row); in inv_txfm2d_add_c() local 297 txfm_func_row(temp_in, buf_ptr, cos_bit_row, stage_range_row); in inv_txfm2d_add_c() 303 txfm_func_row(temp_in, buf_ptr, cos_bit_row, stage_range_row); in inv_txfm2d_add_c()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_sse4.c | 94 const TxfmFuncSSE2 txfm_func_row = fwd_txfm_type_to_func(cfg->txfm_type_row); in fwd_txfm2d_sse4_1() local 107 txfm_func_row(buf_128, out_128, cos_bit_row, stage_range_row); in fwd_txfm2d_sse4_1()
|
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm2d.c | 80 const TxfmFunc txfm_func_row = fwd_txfm_type_to_func(cfg->txfm_type_row); in fwd_txfm2d_c() local 110 txfm_func_row(buf + r * txfm_size_col, output + r * txfm_size_col, in fwd_txfm2d_c()
|