Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dencoder_utils.h852 FrameProbInfo *const temp_frame_probs_simulation = in copy_frame_prob_info() local
853 &cpi->ppi->temp_frame_probs_simulation; in copy_frame_prob_info()
855 av1_copy(temp_frame_probs_simulation->tx_type_probs, in copy_frame_prob_info()
860 av1_copy(temp_frame_probs_simulation->obmc_probs, default_obmc_probs); in copy_frame_prob_info()
863 av1_copy(temp_frame_probs_simulation->warped_probs, default_warped_probs); in copy_frame_prob_info()
866 av1_copy(temp_frame_probs_simulation->switchable_interp_probs, in copy_frame_prob_info()
Dencodeframe.c1819 FrameProbInfo *const temp_frame_probs_simulation = in encode_frame_internal() local
1820 &cpi->ppi->temp_frame_probs_simulation; in encode_frame_internal()
2174 (temp_frame_probs_simulation->tx_type_probs[update_type][i][j] + in encode_frame_internal()
2179 temp_frame_probs_simulation->tx_type_probs[update_type][i][j] = in encode_frame_internal()
2185 temp_frame_probs_simulation in encode_frame_internal()
2231 temp_frame_probs_simulation->obmc_probs[update_type][i] = in encode_frame_internal()
2232 (temp_frame_probs_simulation->obmc_probs[update_type][i] + in encode_frame_internal()
2239 temp_frame_probs_simulation->obmc_probs[update_type_idx][i]; in encode_frame_internal()
2270 temp_frame_probs_simulation->warped_probs[update_type] = in encode_frame_internal()
2271 (temp_frame_probs_simulation->warped_probs[update_type] + in encode_frame_internal()
[all …]
Dpass2_strategy.c4363 FrameProbInfo *const temp_frame_probs_simulation = in av1_twopass_postencode_update() local
4364 simulate_parallel_frame ? &cpi->ppi->temp_frame_probs_simulation in av1_twopass_postencode_update()
4386 (temp_frame_probs_simulation->tx_type_probs[update_type][i][j] + in av1_twopass_postencode_update()
4391 temp_frame_probs_simulation->tx_type_probs[update_type][i][j] = prob; in av1_twopass_postencode_update()
4413 temp_frame_probs_simulation->obmc_probs[update_type][i] = in av1_twopass_postencode_update()
4414 (temp_frame_probs_simulation->obmc_probs[update_type][i] + in av1_twopass_postencode_update()
4431 temp_frame_probs_simulation->warped_probs[update_type] = in av1_twopass_postencode_update()
4432 (temp_frame_probs_simulation->warped_probs[update_type] + new_prob) >> in av1_twopass_postencode_update()
4453 int prob = (temp_frame_probs_simulation in av1_twopass_postencode_update()
4460 temp_frame_probs_simulation in av1_twopass_postencode_update()
[all …]
Dencoder.h2611 FrameProbInfo temp_frame_probs_simulation; member