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

  /external/libvpx/vp8/common/
onyxc_int.h 33 #define MAXQ 127
34 #define QINDEX_RANGE (MAXQ + 1)
  /external/libvpx/vp8/decoder/
decodframe.c 82 QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) : 0; /* Clamp to valid range */
  /external/libvpx/vp8/encoder/
ratectrl.c     [all...]
firstpass.c     [all...]
encodeframe.c 322 QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) : 0; // Clamp to valid range
    [all...]
onyx_if.c     [all...]

Completed in 100 milliseconds