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/ |
D | entropymv.c | 29 const MV_CONTEXT vp8_default_mv_context[2] = variable
|
D | entropymv.h | 46 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/ |
D | encodemv.c | 366 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()
|
D | ratectrl.c | 299 vpx_memcpy(cpi->common.fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context)); in vp8_setup_key_frame()
|
D | firstpass.c | 574 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/ |
D | decodeframe.c | 910 vpx_memcpy(pc->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context)); in init_frame()
|