Home
last modified time | relevance | path

Searched refs:row_base_thresh_freq_fact (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c61 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()
Dvp9_encoder.h384 int *row_base_thresh_freq_fact; member
Dvp9_pickmode.c1082 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()
Dvp9_encodeframe.c5571 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()