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

  /external/libaom/libaom/test/
quantize_func_test.cc 66 enum { TYPE_B, TYPE_DC, TYPE_FP } UENUM1BYTE(QuantType);
69 typedef tuple<QuantizeFunc, QuantizeFunc, TX_SIZE, QuantType, aom_bit_depth_t>
240 QuantType type_;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 100 Int quantType; /* MPEG-4 or H.263 Quantization Type */
193 Int QuantType[4]; /* H263, MPEG2 */
mp4enc_api.cpp 316 encParams->QuantType[i] = 0;
318 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */
370 encParams->QuantType[0] = 0; /*H263 */
389 encParams->QuantType[0] = 0; /*H263 */
    [all...]

Completed in 152 milliseconds