Home
last modified time | relevance | path

Searched refs:frame_probs (Results 1 – 7 of 7) sorted by relevance

/external/libopus/src/
Danalysis.c470 float frame_probs[2]; in tonality_analysis() local
934 compute_dense(&layer2, frame_probs, tonal->rnn_state); in tonality_analysis()
937 info->activity_probability = frame_probs[1]; in tonality_analysis()
938 info->music_prob = frame_probs[0]; in tonality_analysis()
/external/libaom/libaom/av1/encoder/
Dinterp_search.c453 cpi->frame_probs.switchable_interp_probs[update_type][ctx0]; in find_best_non_dual_interp_filter()
455 cpi->frame_probs.switchable_interp_probs[update_type][ctx1]; in find_best_non_dual_interp_filter()
Dencodeframe.c5631 FrameProbInfo *const frame_probs = &cpi->frame_probs; in encode_frame_internal() local
5665 if (frame_probs->warped_probs[update_type] < in encode_frame_internal()
5962 (frame_probs->tx_type_probs[update_type][i][j] + new_prob) >> 1; in encode_frame_internal()
5965 frame_probs->tx_type_probs[update_type][i][j] = prob; in encode_frame_internal()
5980 frame_probs->obmc_probs[update_type][i] = in encode_frame_internal()
5981 (frame_probs->obmc_probs[update_type][i] + new_prob) >> 1; in encode_frame_internal()
5991 frame_probs->warped_probs[update_type] = in encode_frame_internal()
5992 (frame_probs->warped_probs[update_type] + new_prob) >> 1; in encode_frame_internal()
6013 int prob = (frame_probs->switchable_interp_probs[update_type][i][j] + in encode_frame_internal()
6018 frame_probs->switchable_interp_probs[update_type][i][j] = prob; in encode_frame_internal()
Dencoder.c5442 FrameProbInfo *const frame_probs = &cpi->frame_probs; in encode_with_recode_loop() local
5445 av1_copy(frame_probs->tx_type_probs, default_tx_type_probs); in encode_with_recode_loop()
5450 av1_copy(frame_probs->obmc_probs, default_obmc_probs); in encode_with_recode_loop()
5454 av1_copy(frame_probs->warped_probs, default_warped_probs); in encode_with_recode_loop()
5458 av1_copy(frame_probs->switchable_interp_probs, in encode_with_recode_loop()
Dencoder.h1261 FrameProbInfo frame_probs; member
Drdopt.c1303 const int prune_obmc = cpi->frame_probs.obmc_probs[update_type][bsize] < in motion_mode_rd()
3518 const int prune_obmc = cpi->frame_probs.obmc_probs[update_type][bsize] < in set_params_rd_pick_inter_mode()
Dtx_search.c1972 cpi->frame_probs.tx_type_probs[update_type][tx_size]; in get_tx_mask()