Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvp8_entropymodedata.h125 const vp8_prob vp8_kf_bmode_prob variable
Dentropymode.h75 extern const vp8_prob vp8_kf_bmode_prob[VP8_BINTRAMODES][VP8_BINTRAMODES]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmodecosts.c35 vp8_kf_bmode_prob[i][j], T); in vp8_init_mode_costs()
Dbitstream.c776 write_bmode(bc, bm, vp8_kf_bmode_prob [A] [L]); in write_kfmodes()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c68 read_bmode(bc, vp8_kf_bmode_prob [A] [L]); in read_kf_modes()