Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.h66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2) macro
86 vp9_prob bits[MV_OFFSET_BITS];
114 unsigned int bits[MV_OFFSET_BITS][2];
Dvp9_entropymv.c215 for (j = 0; j < MV_OFFSET_BITS; ++j) in vp9_adapt_mv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c79 int bits_cost[MV_OFFSET_BITS][2]; in build_nmv_component_cost_table()
87 for (i = 0; i < MV_OFFSET_BITS; ++i) { in build_nmv_component_cost_table()
180 for (j = 0; j < MV_OFFSET_BITS; ++j) in vp9_write_nmv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c165 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); in read_mv_probs()