Home
last modified time | relevance | path

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

/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()
Dencoder.h478 int switchable_interp_probs[FRAME_UPDATE_TYPES][SWITCHABLE_FILTER_CONTEXTS] member
Dencodeframe.c6013 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.c5458 av1_copy(frame_probs->switchable_interp_probs, in encode_with_recode_loop()