Lines Matching refs:i_temp
829 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()
902 i_temp = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_pred_weight_table()
904 if((i_temp + 128) & MASK_PRED_WEIGHT_OFFSET) in ih264d_parse_pred_weight_table()
906 c_offsetCb = i_temp; in ih264d_parse_pred_weight_table()
912 i_temp = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_pred_weight_table()
914 if((i_temp + 128) & MASK_PRED_WEIGHT_OFFSET) in ih264d_parse_pred_weight_table()
916 c_weightCr = i_temp; in ih264d_parse_pred_weight_table()
919 i_temp = ih264d_sev(pu4_bitstrm_ofst, in ih264d_parse_pred_weight_table()
921 if((i_temp + 128) & MASK_PRED_WEIGHT_OFFSET) in ih264d_parse_pred_weight_table()
923 c_offsetCr = i_temp; in ih264d_parse_pred_weight_table()