Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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
794 $this->expGolombUe(); // log2_max_pic_order_cnt_lsb_minus4
799 …$num_ref_frames_in_pic_order_cnt_cycle = $this->expGolombUe(); // num_ref_frames_in_pic_order_cnt_…
804 $this->expGolombUe(); // num_ref_frames
806 $pic_width_in_mbs_minus1 = $this->expGolombUe(); // pic_width_in_mbs_minus1
807 $pic_height_in_map_units_minus1 = $this->expGolombUe(); // pic_height_in_map_units_minus1
822 $frame_crop_left_offset = $this->expGolombUe(); // frame_crop_left_offset
823 $frame_crop_right_offset = $this->expGolombUe(); // frame_crop_right_offset
[all …]