Home
last modified time | relevance | path

Searched refs:expGolombUe (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php790 $this->expGolombUe(); // seq_parameter_set_id // sps
791 $this->expGolombUe(); // log2_max_frame_num_minus4
792 $picOrderType = $this->expGolombUe(); // pic_order_cnt_type
804 $this->expGolombUe(); // num_ref_frames
806 $pic_width_in_mbs_minus1 = $this->expGolombUe(); // pic_width_in_mbs_minus1
822 $frame_crop_left_offset = $this->expGolombUe(); // frame_crop_left_offset
823 $frame_crop_right_offset = $this->expGolombUe(); // frame_crop_right_offset
824 $frame_crop_top_offset = $this->expGolombUe(); // frame_crop_top_offset
825 $frame_crop_bottom_offset = $this->expGolombUe(); // frame_crop_bottom_offset
869 public function expGolombUe() { function in AVCSequenceParameterSetReader
[all …]