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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 30 public int log2_max_mv_length_horizontal; field in class:VUIParameters.BitstreamRestriction
SeqParameterSet.java 269 vuip.bitstreamRestriction.log2_max_mv_length_horizontal = reader
270 .readUE("VUI log2_max_mv_length_horizontal");
480 vuip.bitstreamRestriction.log2_max_mv_length_horizontal,
481 "VUI: log2_max_mv_length_horizontal");
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 284 uint log2_max_mv_length_horizontal; /* ue(v), range 0..16, default 16 */ member in struct:tagVUIParam
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 190 ue_v(stream, vui->log2_max_mv_length_horizontal);
    [all...]

Completed in 38 milliseconds