Searched refs:readSE (Results 1 – 5 of 5) sorted by relevance
146 pps.pic_init_qp_minus26 = reader.readSE("PPS: pic_init_qp_minus26"); in read()147 pps.pic_init_qs_minus26 = reader.readSE("PPS: pic_init_qs_minus26"); in read()149 .readSE("PPS: chroma_qp_index_offset"); in read()181 .readSE("PPS: second_chroma_qp_index_offset"); in read()
66 int deltaScale = is.readSE("deltaScale"); in read()
126 .readSE("SPS: offset_for_non_ref_pic"); in read()128 .readSE("SPS: offset_for_top_to_bottom_field"); in read()134 .readSE("SPS: offsetForRefFrame [" + i + "]"); in read()
82 public int readSE(String message) throws IOException { in readSE() method in CAVLCReader
490 … delta_pic_order_cnt_bottom = reader.readSE("SliceHeader: delta_pic_order_cnt_bottom"); in SliceHeader()