Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymv.c14 const MV_CONTEXT vp8_mv_update_probs[2] = variable
Dentropymv.h46 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemv.c366 w, &mvc[0], &vp8_default_mv_context[0], &vp8_mv_update_probs[0], in vp8_write_mvprobs()
370 w, &mvc[1], &vp8_default_mv_context[1], &vp8_mv_update_probs[1], in vp8_write_mvprobs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c124 const vp8_prob *up = vp8_mv_update_probs[i].prob; in read_mvcontexts()