Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h91 void vp9_adapt_mode_probs(struct VP9Common *cm);
Dvp9_entropymode.c351 void vp9_adapt_mode_probs(VP9_COMMON *cm) { in vp9_adapt_mode_probs() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1448 vp9_adapt_mode_probs(cm); in vp9_decode_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2238 vp9_adapt_mode_probs(cm); in encode_frame_to_data_rate()