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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser.cc 106 // seq_scaling_matrix_present_flag: u(1)
107 uint32_t seq_scaling_matrix_present_flag; local
108 RETURN_FALSE_ON_FAIL(parser.ReadBits(&seq_scaling_matrix_present_flag, 1));
109 if (seq_scaling_matrix_present_flag) {
h264_bitstream_parser.cc 145 // seq_scaling_matrix_present_flag: u(1)
146 uint32_t seq_scaling_matrix_present_flag; local
148 sps_parser.ReadBits(&seq_scaling_matrix_present_flag, 1));
149 if (seq_scaling_matrix_present_flag) {
  /hardware/intel/common/libva/va/
va_enc_h264.h 142 * If \c seq_scaling_matrix_present_flag is set to \c 1, then a
185 unsigned int seq_scaling_matrix_present_flag : 1; member in struct:_VAEncSequenceParameterBufferH264::__anon47559::__anon47560
va_trace.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 318 sps->seq_scaling_matrix_present_flag = vl_rbsp_u(rbsp, 1);
319 if (sps->seq_scaling_matrix_present_flag) {
497 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Intra);
501 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Inter);
507 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Intra);
509 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Inter);
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c 363 SPS->seq_scaling_matrix_present_flag = (uint8_t)code;
365 if(SPS->seq_scaling_matrix_present_flag == 1)
388 SPS->seq_scaling_matrix_present_flag = 0;
viddec_h264_workload.c 263 if (pInfo->active_SPS.seq_scaling_matrix_present_flag) // check sps first
396 if (pInfo->active_SPS.seq_scaling_matrix_present_flag) // check sps first
538 PUT_HPD_BSD_IMG_QM_PRESENT_FLAG_BIT((pInfo->active_PPS.pic_scaling_matrix_present_flag||pInfo->active_SPS.seq_scaling_matrix_present_flag)) +
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 120 bool seq_scaling_matrix_present_flag; member in struct:media::H264SPS
h264_parser.cc 735 if (!sps.seq_scaling_matrix_present_flag) {
761 if (!sps.seq_scaling_matrix_present_flag) {
932 READ_BOOL_OR_RETURN(&sps->seq_scaling_matrix_present_flag);
934 if (sps->seq_scaling_matrix_present_flag) {
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 280 uint8_t seq_scaling_matrix_present_flag; member in struct:pipe_h264_sps
  /hardware/intel/img/psb_video/src/
tng_hostheader.h 248 IMG_UINT8 seq_scaling_matrix_present_flag; member in struct:_H264_SEQUENCE_HEADER_PARAMS_STRUC
tng_hostheader.c     [all...]
tng_trace.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 581 if (parser->info.active_SPS.seq_scaling_matrix_present_flag)
649 if (parser->info.active_SPS.seq_scaling_matrix_present_flag)
728 parser->info.active_SPS.seq_scaling_matrix_present_flag))
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 827 uint8_t seq_scaling_matrix_present_flag; member in struct:_SPS_PAR_USED

Completed in 4404 milliseconds