Searched refs:inter_modes_info (Results 1 – 5 of 5) sorted by relevance
220 struct inter_modes_info;308 struct inter_modes_info *inter_modes_info; member
473 static AOM_INLINE void inter_modes_info_push(InterModesInfo *inter_modes_info, in inter_modes_info_push() argument479 const int num = inter_modes_info->num; in inter_modes_info_push()481 inter_modes_info->mbmi_arr[num] = *mbmi; in inter_modes_info_push()482 inter_modes_info->mode_rate_arr[num] = mode_rate; in inter_modes_info_push()483 inter_modes_info->sse_arr[num] = sse; in inter_modes_info_push()484 inter_modes_info->est_rd_arr[num] = rd; in inter_modes_info_push()485 inter_modes_info->rd_cost_arr[num] = *rd_cost; in inter_modes_info_push()486 inter_modes_info->rd_cost_y_arr[num] = *rd_cost_y; in inter_modes_info_push()487 inter_modes_info->rd_cost_uv_arr[num] = *rd_cost_uv; in inter_modes_info_push()488 ++inter_modes_info->num; in inter_modes_info_push()[all …]
445 CHECK_MEM_ERROR(cm, thread_data->td->inter_modes_info, in create_enc_workers()447 sizeof(*thread_data->td->inter_modes_info))); in create_enc_workers()584 thread_data->td->mb.inter_modes_info = thread_data->td->inter_modes_info; in prepare_enc_workers()
594 typedef struct inter_modes_info { struct732 InterModesInfo *inter_modes_info; member
847 aom_free(cpi->td.mb.inter_modes_info); in dealloc_compressor_data()848 cpi->td.mb.inter_modes_info = NULL; in dealloc_compressor_data()3194 cm, cpi->td.mb.inter_modes_info, in av1_create_compressor()3195 (InterModesInfo *)aom_malloc(sizeof(*cpi->td.mb.inter_modes_info))); in av1_create_compressor()3626 aom_free(thread_data->td->inter_modes_info); in av1_remove_compressor()