Searched refs:av1_txfm_search (Results 1 – 3 of 3) sorted by relevance
/external/libaom/av1/encoder/ |
D | tx_search.h | 197 int av1_txfm_search(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize,
|
D | rdopt.c | 1561 if (!av1_txfm_search(cpi, x, bsize, rd_stats, rd_stats_y, rd_stats_uv, in motion_mode_rd() 3259 if (!av1_txfm_search(cpi, x, bsize, &rd_stats_yuv, &rd_stats_y, in rd_pick_intrabc_mode_sb() 5196 if (!av1_txfm_search(cpi, x, bsize, &rd_stats, &rd_stats_y, &rd_stats_uv, in tx_search_best_inter_candidates()
|
D | tx_search.c | 3734 int av1_txfm_search(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, in av1_txfm_search() function
|