Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h69 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2) macro
89 vpx_prob bits[MV_OFFSET_BITS];
115 unsigned int bits[MV_OFFSET_BITS][2];
Dvp9_entropymv.c200 for (j = 0; j < MV_OFFSET_BITS; ++j) in vp9_adapt_mv_probs()
Dvp9_thread_common.c428 for (i = 0; i < MV_OFFSET_BITS; i++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c80 int bits_cost[MV_OFFSET_BITS][2]; in build_nmv_component_cost_table()
88 for (i = 0; i < MV_OFFSET_BITS; ++i) { in build_nmv_component_cost_table()
181 for (j = 0; j < MV_OFFSET_BITS; ++j) in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c168 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); in read_mv_probs()