Home
last modified time | relevance | path

Searched refs:vp8_kf_uv_mode_prob (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dvp8_entropymodedata.h59 const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES - 1] = { 142, 114, 183 }; variable
Dentropymode.h76 extern const vp8_prob vp8_kf_uv_mode_prob[VP8_UV_MODES - 1];
/external/libvpx/libvpx/vp8/encoder/
Dmodecosts.c46 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[0], vp8_kf_uv_mode_prob, in vp8_init_mode_costs()
Dbitstream.c654 write_uv_mode(bc, (m++)->mbmi.uv_mode, vp8_kf_uv_mode_prob); in write_kfmodes()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c60 mi->mbmi.uv_mode = read_uv_mode(bc, vp8_kf_uv_mode_prob); in read_kf_modes()