Home
last modified time | relevance | path

Searched refs:vp8_default_mv_context (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymv.c29 const MV_CONTEXT vp8_default_mv_context[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()
Dratectrl.c299 vpx_memcpy(cpi->common.fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context)); in vp8_setup_key_frame()
Dfirstpass.c574 vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context)); in vp8_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c910 vpx_memcpy(pc->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context)); in init_frame()