Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h72 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2) macro
92 vpx_prob bits[MV_OFFSET_BITS];
118 unsigned int bits[MV_OFFSET_BITS][2];
Dvp9_entropymv.c175 for (j = 0; j < MV_OFFSET_BITS; ++j) in vp9_adapt_mv_probs()
Dvp9_thread_common.c587 for (i = 0; i < MV_OFFSET_BITS; i++) in vp9_accumulate_frame_counts()
/external/libaom/libaom/av1/common/
Dentropymv.h66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2) macro
86 aom_cdf_prob bits_cdf[MV_OFFSET_BITS][CDF_SIZE(2)];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c73 int bits_cost[MV_OFFSET_BITS][2]; in build_nmv_component_cost_table()
83 for (i = 0; i < MV_OFFSET_BITS; ++i) { in build_nmv_component_cost_table()
188 for (j = 0; j < MV_OFFSET_BITS; ++j) in vp9_write_nmv_probs()
Dvp9_encoder.c386 for (j = 0; j < MV_OFFSET_BITS; ++j) { in compute_context_model_diff()
/external/libaom/libaom/av1/encoder/
Dencodemv.c87 int bits_cost[MV_OFFSET_BITS][2]; in build_nmv_component_cost_table()
94 for (i = 0; i < MV_OFFSET_BITS; ++i) { in build_nmv_component_cost_table()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c145 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); in read_mv_probs()