HomeSort by relevance Sort by last modified time
    Searched refs:MV_OFFSET_BITS (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 64 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
90 vp9_prob bits[MV_OFFSET_BITS];
118 unsigned int bits[MV_OFFSET_BITS][2];
vp9_entropymv.c 222 for (j = 0; j < MV_OFFSET_BITS; ++j)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 70 int bits_cost[MV_OFFSET_BITS][2];
78 for (i = 0; i < MV_OFFSET_BITS; ++i) {
152 unsigned int (*branch_ct_bits)[MV_OFFSET_BITS][2],
172 for (j = 0; j < MV_OFFSET_BITS; ++j) {
212 unsigned int branch_ct_bits[2][MV_OFFSET_BITS][2];
238 for (j = 0; j < MV_OFFSET_BITS; ++j)
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 176 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r);
    [all...]

Completed in 553 milliseconds