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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.cc 269 uint32_t num_slice_groups = num_slice_groups_minus1 + 1; local
270 // If num_slice_groups is not a power of two an additional bit is required
272 if ((num_slice_groups & (num_slice_groups - 1)) != 0)
274 while (num_slice_groups > 0) {
275 num_slice_groups >>= 1;
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 139 int num_slice_groups; member in struct:mpeg2enc_context
    [all...]
mpeg2vaenc.c 139 int num_slice_groups; member in struct:mpeg2enc_context
    [all...]

Completed in 87 milliseconds