Searched refs:av1_txfm_search (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tx_search.h | 71 int av1_txfm_search(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize,
|
D | rdopt.c | 1538 if (!av1_txfm_search(cpi, x, bsize, rd_stats, rd_stats_y, rd_stats_uv, in motion_mode_rd() 2795 if (!av1_txfm_search(cpi, x, bsize, &rd_stats_yuv, &rd_stats_y, in rd_pick_intrabc_mode_sb() 4793 if (!av1_txfm_search(cpi, x, bsize, &rd_stats, &rd_stats_y, &rd_stats_uv, in av1_rd_pick_inter_mode_sb()
|
D | tx_search.c | 3496 int av1_txfm_search(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, in av1_txfm_search() function
|