Home
last modified time | relevance | path

Searched refs:src_sad_blk_64x64 (Results 1 – 7 of 7) sorted by relevance

/external/libaom/av1/encoder/
Dencoder_alloc.h306 if (cpi->src_sad_blk_64x64) { in dealloc_compressor_data()
307 aom_free(cpi->src_sad_blk_64x64); in dealloc_compressor_data()
308 cpi->src_sad_blk_64x64 = NULL; in dealloc_compressor_data()
Dratectrl.c2878 if (cpi->src_sad_blk_64x64) { in rc_scene_detection_onepass_rt()
2879 aom_free(cpi->src_sad_blk_64x64); in rc_scene_detection_onepass_rt()
2880 cpi->src_sad_blk_64x64 = NULL; in rc_scene_detection_onepass_rt()
2893 if (cpi->src_sad_blk_64x64) { in rc_scene_detection_onepass_rt()
2894 aom_free(cpi->src_sad_blk_64x64); in rc_scene_detection_onepass_rt()
2895 cpi->src_sad_blk_64x64 = NULL; in rc_scene_detection_onepass_rt()
2931 if (cpi->src_sad_blk_64x64 == NULL) { in rc_scene_detection_onepass_rt()
2932 CHECK_MEM_ERROR(cm, cpi->src_sad_blk_64x64, in rc_scene_detection_onepass_rt()
2934 sizeof(*cpi->src_sad_blk_64x64))); in rc_scene_detection_onepass_rt()
2941 if (cpi->src_sad_blk_64x64 != NULL) in rc_scene_detection_onepass_rt()
[all …]
Daq_cyclicrefresh.c332 cpi->src_sad_blk_64x64 != NULL && in cyclic_refresh_update_map()
335 sb_sad = cpi->src_sad_blk_64x64[sb_col_index + sb_cols * sb_row_index]; in cyclic_refresh_update_map()
Dvar_based_part.c1340 if (cpi->src_sad_blk_64x64 != NULL && !cpi->ppi->use_svc) { in av1_choose_var_based_partitioning()
1348 blk_sad = cpi->src_sad_blk_64x64[sbi_col + sbi_row * sb_cols]; in av1_choose_var_based_partitioning()
Dencodeframe_utils.c1311 if (cpi->src_sad_blk_64x64 != NULL) { in fast_detect_non_zero_motion()
1319 blk_sad = (unsigned int)cpi->src_sad_blk_64x64[sbi_col + sbi_row * sb_cols]; in fast_detect_non_zero_motion()
Dencodeframe.c948 if (cpi->src_sad_blk_64x64 == NULL) return UINT64_MAX; in get_sb_source_sad()
962 &cpi->src_sad_blk_64x64[blk_64x64_col_index + in get_sb_source_sad()
Dencoder.h3436 uint64_t *src_sad_blk_64x64; member