Searched refs:inter_modes_info (Results 1 – 5 of 5) sorted by relevance
206 struct inter_modes_info;306 struct inter_modes_info *inter_modes_info; member
432 CHECK_MEM_ERROR(cm, thread_data->td->inter_modes_info, in create_enc_workers()434 sizeof(*thread_data->td->inter_modes_info))); in create_enc_workers()553 thread_data->td->mb.inter_modes_info = thread_data->td->inter_modes_info; in prepare_enc_workers()
861 static void inter_modes_info_push(InterModesInfo *inter_modes_info, in inter_modes_info_push() argument867 const int num = inter_modes_info->num; in inter_modes_info_push()869 inter_modes_info->mbmi_arr[num] = *mbmi; in inter_modes_info_push()870 inter_modes_info->mode_rate_arr[num] = mode_rate; in inter_modes_info_push()871 inter_modes_info->sse_arr[num] = sse; in inter_modes_info_push()872 inter_modes_info->est_rd_arr[num] = rd; in inter_modes_info_push()873 inter_modes_info->true_rd_arr[num] = true_rd; in inter_modes_info_push()875 memcpy(inter_modes_info->blk_skip_arr[num], blk_skip, in inter_modes_info_push()878 inter_modes_info->rd_cost_arr[num] = *rd_cost; in inter_modes_info_push()879 inter_modes_info->rd_cost_y_arr[num] = *rd_cost_y; in inter_modes_info_push()[all …]
518 typedef struct inter_modes_info { struct594 InterModesInfo *inter_modes_info; member
554 aom_free(cpi->td.mb.inter_modes_info); in dealloc_compressor_data()555 cpi->td.mb.inter_modes_info = NULL; in dealloc_compressor_data()2711 cm, cpi->td.mb.inter_modes_info, in av1_create_compressor()2712 (InterModesInfo *)aom_malloc(sizeof(*cpi->td.mb.inter_modes_info))); in av1_create_compressor()3098 aom_free(thread_data->td->inter_modes_info); in av1_remove_compressor()