Searched refs:row_base_thresh_freq_fact (Results 1 – 4 of 4) sorted by relevance
61 this_tile->row_base_thresh_freq_fact = in vp9_row_mt_alloc_rd_thresh()63 sizeof(*(this_tile->row_base_thresh_freq_fact))); in vp9_row_mt_alloc_rd_thresh()65 this_tile->row_base_thresh_freq_fact[i] = RD_THRESH_INIT_FACT; in vp9_row_mt_alloc_rd_thresh()103 if (this_tile->row_base_thresh_freq_fact != NULL) { in vp9_row_mt_mem_alloc()104 vpx_free(this_tile->row_base_thresh_freq_fact); in vp9_row_mt_mem_alloc()105 this_tile->row_base_thresh_freq_fact = NULL; in vp9_row_mt_mem_alloc()163 if (this_tile->row_base_thresh_freq_fact != NULL) { in vp9_row_mt_mem_dealloc()164 vpx_free(this_tile->row_base_thresh_freq_fact); in vp9_row_mt_mem_dealloc()165 this_tile->row_base_thresh_freq_fact = NULL; in vp9_row_mt_mem_dealloc()
384 int *row_base_thresh_freq_fact; member
1082 int *freq_fact = &tile_data->row_base_thresh_freq_fact[freq_fact_idx]; in update_thresh_freq_fact_row_mt()1647 ? &(tile_data->row_base_thresh_freq_fact[thresh_freq_fact_idx]) in vp9_pick_inter_mode()
5571 tile_data->row_base_thresh_freq_fact = NULL; in vp9_init_tile_data()5581 this_tile->row_base_thresh_freq_fact == NULL) in vp9_init_tile_data()