HomeSort by relevance Sort by last modified time
    Searched refs:entropy_coding_mode_flag (Results 1 - 25 of 38) sorted by null

1 2

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
PictureParameterSet.java 58 public boolean entropy_coding_mode_flag; field in class:PictureParameterSet
92 pps.entropy_coding_mode_flag = reader
93 .readBool("PPS: entropy_coding_mode_flag");
194 writer.writeBool(entropy_coding_mode_flag,
195 "PPS: entropy_coding_mode_flag");
292 result = prime * result + (entropy_coding_mode_flag ? 1231 : 1237);
334 if (entropy_coding_mode_flag != other.entropy_coding_mode_flag)
381 "\n entropy_coding_mode_flag=" + entropy_coding_mode_flag
    [all...]
SeqParameterSet.java 43 public boolean entropy_coding_mode_flag; field in class:SeqParameterSet
521 ", \n entropy_coding_mode_flag=" + entropy_coding_mode_flag +
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_bsp.c 41 uint32_t entropy_coding_mode_flag; // 00 member in struct:iparm::ipicparm
186 params.ipicparm.entropy_coding_mode_flag = desc->pps->entropy_coding_mode_flag;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_pps.c 31 ///// entropy_coding_mode_flag
33 PictureParameterSet->entropy_coding_mode_flag = (uint8_t)code;
mix_vbp_h264_stubs.c 230 //OS_INFO("DEBUG---entropy_coding_mode_flag:%d, bits_offset: %d\n", pInfo->active_PPS.entropy_coding_mode_flag, bits_offset);
232 if(pInfo->active_PPS.entropy_coding_mode_flag)
h264parse_sh.c 268 if((pInfo->active_PPS.entropy_coding_mode_flag) && (SliceHeader->slice_type != h264_PtypeI) && (SliceHeader->slice_type != h264_PtypeSI))
  /external/mesa3d/src/gallium/state_trackers/va/
picture_h264.c 89 context->desc.h264.pps->entropy_coding_mode_flag =
90 h264->pic_fields.bits.entropy_coding_mode_flag;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 93 uint32_t entropy_coding_mode_flag; // 00, checked member in struct:h264_picparm_bsp
212 h->entropy_coding_mode_flag = d->pps->entropy_coding_mode_flag;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.cc 223 // entropy_coding_mode_flag: u(1)
224 uint32_t entropy_coding_mode_flag; local
225 RETURN_FALSE_ON_FAIL(parser.ReadBits(&entropy_coding_mode_flag, 1));
227 RTC_CHECK(entropy_coding_mode_flag == 0)
518 // cabac not supported: entropy_coding_mode_flag == 0 asserted above.
519 // if (entropy_coding_mode_flag && slice_type != I && slice_type != SI)
  /hardware/intel/common/libva/va/
va_enc_h264.h 352 unsigned int entropy_coding_mode_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon42402::__anon42403
va.h 2184 unsigned int entropy_coding_mode_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon42364::__anon42365
2562 unsigned entropy_coding_mode_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon42371::__anon42372
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 191 bool entropy_coding_mode_flag; member in struct:media::H264PPS
h264_parser.cc 945 READ_BOOL_OR_RETURN(&pps->entropy_coding_mode_flag);
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 301 uint8_t entropy_coding_mode_flag; member in struct:pipe_h264_pps
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 283 bitstream_put_ui(bs, pic_param->pic_fields.bits.entropy_coding_mode_flag, 1); /* entropy_coding_mode_flag */
  /hardware/intel/img/psb_video/src/
tng_hostheader.h 257 IMG_UINT8 entropy_coding_mode_flag; member in struct:__anon42787
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 164 UCHAR entropy_coding_mode_flag; member in struct:__anon58641
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 1211 uint32 temp, pic_parameter_set_id, seq_parameter_set_id, entropy_coding_mode_flag; local
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 173 uint32_t entropy_coding_mode_flag:1; member in struct:fw_slice_header_extract_msg::__anon42644::__anon42645
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h264.c 426 pps->entropy_coding_mode_flag = vl_rbsp_u(rbsp, 1);
920 if (pps->entropy_coding_mode_flag && slice_type != PIPE_H264_SLICE_TYPE_I && slice_type != PIPE_H264_SLICE_TYPE_SI)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 374 picture->pps->entropy_coding_mode_flag = picture_info->entropy_coding_mode_flag;
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 534 VTRACE("flags.bits.entropy_coding_mode_flag = %d", data->pic_parse_buffer->flags.bits.entropy_coding_mode_flag);
651 VTRACE("flags.bits.entropy_coding_mode_flag = %d", data->pic_parse_buffer->flags.bits.entropy_coding_mode_flag);
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 554 VTRACE("flags.bits.entropy_coding_mode_flag = %d", data->pic_parse_buffer->flags.bits.entropy_coding_mode_flag);
671 VTRACE("flags.bits.entropy_coding_mode_flag = %d", data->pic_parse_buffer->flags.bits.entropy_coding_mode_flag);
  /hardware/intel/common/libva/test/encode/
avcenc.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 584 uint8_t entropy_coding_mode_flag; // u(1) member in struct:_PPS_PAR

Completed in 485 milliseconds

1 2