Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp1117 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l0[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterInfo()
1119 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l1[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterInfo()
1156 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l0[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterInfo()
1158 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l1[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterInfo()
1198 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l0[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterInfo()
1200 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l1[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterInfo()
1290 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l0[ mbPartIdx ][ subMbPartIdx ][ compIdx ] in ParseInterInfo()
1292 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l1[ mbPartIdx ][ subMbPartIdx ][ compIdx ] in ParseInterInfo()
1409 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l0[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterBInfo()
1411 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mvd_l1[ mbPartIdx ][ 0 ][ compIdx ] in ParseInterBInfo()
[all …]
Dau_parser.cpp760 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //seq_scaled_ref_layer_left_offset in DecodeSpsSvcExt()
764 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //seq_scaled_ref_layer_top_offset in DecodeSpsSvcExt()
768 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //seq_scaled_ref_layer_right_offset in DecodeSpsSvcExt()
772 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //seq_scaled_ref_layer_bottom_offset in DecodeSpsSvcExt()
1035 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //offset_for_non_ref_pic in ParseSps()
1037 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //offset_for_top_to_bottom_field in ParseSps()
1045 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //offset_for_ref_frame[ i ] in ParseSps()
1401 WELS_READ_VERIFY (BsGetSe (pBsAux, &iCode)); //pic_init_qp_minus26 in ParsePps()
1405 WELS_READ_VERIFY (BsGetSe (pBsAux, &iCode)); //pic_init_qs_minus26 in ParsePps()
1409 WELS_READ_VERIFY (BsGetSe (pBsAux, &iCode)); //chroma_qp_index_offset,cb in ParsePps()
[all …]
Ddecoder_core.cpp346 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); in ParsePredWeightedTable()
351 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); in ParsePredWeightedTable()
369 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); in ParsePredWeightedTable()
374 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); in ParsePredWeightedTable()
1073 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //delta_pic_order_cnt_bottom in ParseSliceHeaderSyntaxs()
1103 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //delta_pic_order_cnt[ 0 ] in ParseSliceHeaderSyntaxs()
1106 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //delta_pic_order_cnt[ 1 ] in ParseSliceHeaderSyntaxs()
1208 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //slice_qp_delta in ParseSliceHeaderSyntaxs()
1237 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //slice_alpha_c0_offset_div2 in ParseSliceHeaderSyntaxs()
1242 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //slice_beta_offset_div2 in ParseSliceHeaderSyntaxs()
[all …]
Ddecode_slice.cpp1942 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mb_qp_delta in WelsActualDecodeMbCavlcISlice()
2310 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mb_qp_delta in WelsActualDecodeMbCavlcPSlice()
2857 WELS_READ_VERIFY (BsGetSe (pBs, &iCode)); //mb_qp_delta in WelsActualDecodeMbCavlcBSlice()
/third_party/openh264/codec/decoder/core/inc/
Ddec_golomb.h190 static inline int32_t BsGetSe (PBitStringAux pBs, int32_t* pCode) { in BsGetSe() function