Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_process_pslice.c829 WORD32 i_temp; in ih264d_parse_pred_weight_table() local
865 i_temp = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_pred_weight_table()
867 if((i_temp + 128) & MASK_PRED_WEIGHT_OFFSET) in ih264d_parse_pred_weight_table()
869 c_weight = i_temp; in ih264d_parse_pred_weight_table()
872 i_temp = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_pred_weight_table()
874 if((i_temp + 128) & MASK_PRED_WEIGHT_OFFSET) in ih264d_parse_pred_weight_table()
876 c_offset = i_temp; in ih264d_parse_pred_weight_table()
895 i_temp = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_pred_weight_table()
897 if((i_temp + 128) & MASK_PRED_WEIGHT_OFFSET) in ih264d_parse_pred_weight_table()
899 c_weightCb = i_temp; in ih264d_parse_pred_weight_table()
[all …]
Dih264d_parse_headers.c200 WORD32 i_temp; in ih264d_parse_pps() local
281 i_temp = 26 + ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf); in ih264d_parse_pps()
283 if((i_temp < 0) || (i_temp > 51)) in ih264d_parse_pps()
286 ps_pps->u1_pic_init_qp = i_temp; in ih264d_parse_pps()
289 i_temp = 26 + ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf); in ih264d_parse_pps()
291 if((i_temp < 0) || (i_temp > 51)) in ih264d_parse_pps()
294 ps_pps->u1_pic_init_qs = i_temp; in ih264d_parse_pps()
297 i_temp = ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf); in ih264d_parse_pps()
298 if((i_temp < -12) || (i_temp > 12)) in ih264d_parse_pps()
300 ps_pps->i1_chroma_qp_index_offset = i_temp; in ih264d_parse_pps()
Dih264d_parse_bslice.c830 WORD32 i_temp; in ih264d_parse_bmb_cavlc() local
854 i_temp = (-(WORD32)u4_abs_val); in ih264d_parse_bmb_cavlc()
856 i_temp = (u4_abs_val); in ih264d_parse_bmb_cavlc()
858 if(i_temp < -26 || i_temp > 25) in ih264d_parse_bmb_cavlc()
861 COPYTHECONTEXT("mb_qp_delta", i_temp); in ih264d_parse_bmb_cavlc()
862 if(i_temp) in ih264d_parse_bmb_cavlc()
864 ret = ih264d_update_qp(ps_dec, (WORD8)i_temp); in ih264d_parse_bmb_cavlc()
1358 WORD32 i_temp; in ih264d_parse_bslice() local
1611 i_temp = ps_pps->u1_pic_init_qp in ih264d_parse_bslice()
1613 if((i_temp < 0) || (i_temp > 51)) in ih264d_parse_bslice()
[all …]
Dih264d_parse_pslice.c361 WORD32 i_temp; in ih264d_parse_pmb_cavlc() local
385 i_temp = (-(WORD32)u4_abs_val); in ih264d_parse_pmb_cavlc()
387 i_temp = (u4_abs_val); in ih264d_parse_pmb_cavlc()
389 if((i_temp < -26) || (i_temp > 25)) in ih264d_parse_pmb_cavlc()
393 COPYTHECONTEXT("mb_qp_delta", i_temp); in ih264d_parse_pmb_cavlc()
394 if(i_temp) in ih264d_parse_pmb_cavlc()
396 ret = ih264d_update_qp(ps_dec, (WORD8)i_temp); in ih264d_parse_pmb_cavlc()
1890 WORD32 i_temp; in ih264d_parse_pslice() local
2105 i_temp = ps_pps->u1_pic_init_qp in ih264d_parse_pslice()
2107 if((i_temp < 0) || (i_temp > 51)) in ih264d_parse_pslice()
[all …]
Dih264d_parse_islice.c1364 WORD32 i_temp; in ih264d_parse_islice() local
1383 i_temp = ps_pps->u1_pic_init_qp in ih264d_parse_islice()
1385 if((i_temp < 0) || (i_temp > 51)) in ih264d_parse_islice()
1387 ps_slice->u1_slice_qp = i_temp; in ih264d_parse_islice()
1403 i_temp = ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf) in ih264d_parse_islice()
1405 if((MIN_DBLK_FIL_OFF > i_temp) || (i_temp > MAX_DBLK_FIL_OFF)) in ih264d_parse_islice()
1409 ps_slice->i1_slice_alpha_c0_offset = i_temp; in ih264d_parse_islice()
1413 i_temp = ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf) in ih264d_parse_islice()
1415 if((MIN_DBLK_FIL_OFF > i_temp) || (i_temp > MAX_DBLK_FIL_OFF)) in ih264d_parse_islice()
1419 ps_slice->i1_slice_beta_offset = i_temp; in ih264d_parse_islice()
Dih264d_dpb_mgr.c713 WORD32 i_temp; in ih264d_ref_idx_reordering() local
740 i_temp = u2_pred_frame_num - ui_nextUev; in ih264d_ref_idx_reordering()
741 if(i_temp < 0) in ih264d_ref_idx_reordering()
742 i_temp += ui_max_frame_num; in ih264d_ref_idx_reordering()
747 i_temp = u2_pred_frame_num + ui_nextUev; in ih264d_ref_idx_reordering()
748 if(i_temp >= ui_max_frame_num) in ih264d_ref_idx_reordering()
749 i_temp -= ui_max_frame_num; in ih264d_ref_idx_reordering()
753 if(i_temp > u4_cur_pic_num) in ih264d_ref_idx_reordering()
754 i_temp = i_temp - ui_max_frame_num; in ih264d_ref_idx_reordering()
758 if(ps_dpb_mgr->ps_init_dpb[uc_lx][i]->i4_pic_num == i_temp) in ih264d_ref_idx_reordering()
[all …]
Dih264d_utils.c1470 WORD32 i_temp; in ih264d_update_qp() local
1471 i_temp = (ps_dec->u1_qp + i1_qp + 52) % 52; in ih264d_update_qp()
1473 if((i_temp < 0) || (i_temp > 51) || (i1_qp < -26) || (i1_qp > 25)) in ih264d_update_qp()
1476 ps_dec->u1_qp = i_temp; in ih264d_update_qp()
1479 i_temp = CLIP3(0, 51, ps_dec->u1_qp + ps_dec->ps_cur_pps->i1_chroma_qp_index_offset); in ih264d_update_qp()
1480 ps_dec->u1_qp_u_rem6 = MOD(gau1_ih264d_qp_scale_cr[12 + i_temp], 6); in ih264d_update_qp()
1481 ps_dec->u1_qp_u_div6 = DIV(gau1_ih264d_qp_scale_cr[12 + i_temp], 6); in ih264d_update_qp()
1483 i_temp = CLIP3(0, 51, ps_dec->u1_qp + ps_dec->ps_cur_pps->i1_second_chroma_qp_index_offset); in ih264d_update_qp()
1484 ps_dec->u1_qp_v_rem6 = MOD(gau1_ih264d_qp_scale_cr[12 + i_temp], 6); in ih264d_update_qp()
1485 ps_dec->u1_qp_v_div6 = DIV(gau1_ih264d_qp_scale_cr[12 + i_temp], 6); in ih264d_update_qp()
Dih264d_parse_slice.c1041 WORD32 i_temp; in ih264d_parse_decode_slice() local
1212 i_temp = ih264d_get_bits_h264( in ih264d_parse_decode_slice()
1215 if(i_temp < 0 || i_temp >= ps_seq->i4_max_pic_order_cntLsb) in ih264d_parse_decode_slice()
1217 s_tmp_poc.i4_pic_order_cnt_lsb = i_temp; in ih264d_parse_decode_slice()
/external/clang/test/CodeGen/
Dmips-constraint-regs.c24 int i_temp = 44; in main() local
29 : "r" (i_temp) in main()