HomeSort by relevance Sort by last modified time
    Searched refs:entropy_coding_mode_flag (Results 1 - 25 of 30) 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 +
  /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))
viddec_h264_workload.c 531 PUT_BSD_IMAGE_ENTROPY_CODING_MODE_FLAG_BIT(pInfo->active_PPS.entropy_coding_mode_flag) +
    [all...]
  /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)
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 272 uint8_t entropy_coding_mode_flag; member in struct:pipe_h264_picture_desc
  /hardware/intel/common/libva/va/
va_enc_h264.h 352 unsigned int entropy_coding_mode_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon40515::__anon40516
va.h 2184 unsigned int entropy_coding_mode_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon40477::__anon40478
2562 unsigned entropy_coding_mode_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon40484::__anon40485
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 355 picture->entropy_coding_mode_flag = picture_info->entropy_coding_mode_flag;
  /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 */
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/img/psb_video/src/
tng_hostheader.h 257 IMG_UINT8 entropy_coding_mode_flag; member in struct:__anon40900
pnw_H264.c 749 REGIO_WRITE_FIELD_LITE(ctx->reg_PPS0, MSVDX_VEC_H264, CR_VEC_H264_FE_PPS0, ENTROPY_CODING_MODE_FLAG, pic_params->pic_fields.bits.entropy_coding_mode_flag);
    [all...]
tng_hostheader.c 490 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: entropy_coding_mode_flag = %d\n",__FUNCTION__, pPHParams->entropy_coding_mode_flag);
520 (pPHParams->entropy_coding_mode_flag << 4) | // entropy_coding_mode_flag (1 bit) 0 for CAVLC
    [all...]
  /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:__anon51307
  /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::__anon40757::__anon40758
  /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...]
h264encode.c 401 bitstream_put_ui(bs, pic_param.pic_fields.bits.entropy_coding_mode_flag, 1); /* entropy_coding_mode_flag */
    [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
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 919 pic_parms->pic_fields.bits.entropy_coding_mode_flag = parser->info.active_PPS.entropy_coding_mode_flag;
    [all...]

Completed in 204 milliseconds

1 2