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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 72 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
92 vpx_prob bits[MV_OFFSET_BITS];
118 unsigned int bits[MV_OFFSET_BITS][2];
vp9_entropymv.c 177 for (j = 0; j < MV_OFFSET_BITS; ++j)
vp9_thread_common.c 415 for (i = 0; i < MV_OFFSET_BITS; i++)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 73 int bits_cost[MV_OFFSET_BITS][2];
83 for (i = 0; i < MV_OFFSET_BITS; ++i) {
188 for (j = 0; j < MV_OFFSET_BITS; ++j)
vp9_encoder.c 376 for (j = 0; j < MV_OFFSET_BITS; ++j) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 165 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r);
    [all...]

Completed in 2073 milliseconds