Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_process_pslice.c824 UWORD32 ui32_temp; in ih264d_parse_pred_weight_table() local
880 ui32_temp = (c_offset << 16) | (c_weight & 0xFFFF); in ih264d_parse_pred_weight_table()
881 pui32_weight_offset_lx[0] = ui32_temp; in ih264d_parse_pred_weight_table()
910 ui32_temp = (c_offsetCb << 16) | (c_weightCb & 0xFFFF); in ih264d_parse_pred_weight_table()
911 pui32_weight_offset_lx[1] = ui32_temp; in ih264d_parse_pred_weight_table()
927 ui32_temp = (c_offsetCr << 16) | (c_weightCr & 0xFFFF); in ih264d_parse_pred_weight_table()
928 pui32_weight_offset_lx[2] = ui32_temp; in ih264d_parse_pred_weight_table()