Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dencoder_alloc.h239 aom_free(cpi->td.mb.sb_stats_cache); in dealloc_compressor_data()
240 cpi->td.mb.sb_stats_cache = NULL; in dealloc_compressor_data()
512 aom_free(td->mb.sb_stats_cache); in free_thread_data()
513 td->mb.sb_stats_cache = NULL; in free_thread_data()
Dencodeframe.c868 x->e_mbd.error_info, td->mb.sb_stats_cache, in encode_rd_sb()
869 (SB_FIRST_PASS_STATS *)aom_malloc(sizeof(*td->mb.sb_stats_cache))); in encode_rd_sb()
870 av1_backup_sb_state(td->mb.sb_stats_cache, cpi, td, tile_data, mi_row, in encode_rd_sb()
876 td->mb.sb_stats_cache) - in encode_rd_sb()
887 av1_restore_sb_state(td->mb.sb_stats_cache, cpi, td, tile_data, mi_row, in encode_rd_sb()
892 aom_free(td->mb.sb_stats_cache); in encode_rd_sb()
893 td->mb.sb_stats_cache = NULL; in encode_rd_sb()
Dblock.h1401 struct SB_FIRST_PASS_STATS *sb_stats_cache; member