Searched refs:ui32_temp (Results 1 – 1 of 1) sorted by relevance
823 UWORD32 ui32_temp; in ih264d_parse_pred_weight_table() local879 ui32_temp = (c_offset << 16) | (c_weight & 0xFFFF); in ih264d_parse_pred_weight_table()880 pui32_weight_offset_lx[0] = ui32_temp; in ih264d_parse_pred_weight_table()909 ui32_temp = (c_offsetCb << 16) | (c_weightCb & 0xFFFF); in ih264d_parse_pred_weight_table()910 pui32_weight_offset_lx[1] = ui32_temp; in ih264d_parse_pred_weight_table()926 ui32_temp = (c_offsetCr << 16) | (c_weightCr & 0xFFFF); in ih264d_parse_pred_weight_table()927 pui32_weight_offset_lx[2] = ui32_temp; in ih264d_parse_pred_weight_table()