Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_process_pslice.c825 UWORD8 uc_luma_log2_weight_denom; in ih264d_parse_pred_weight_table() local
837 uc_luma_log2_weight_denom = u4_temp; in ih264d_parse_pred_weight_table()
838 COPYTHECONTEXT("SH: luma_log2_weight_denom",uc_luma_log2_weight_denom); in ih264d_parse_pred_weight_table()
839 ui32_y_def_weight_ofst = (1 << uc_luma_log2_weight_denom); in ih264d_parse_pred_weight_table()
850 ps_cur_slice->u2_log2Y_crwd = uc_luma_log2_weight_denom in ih264d_parse_pred_weight_table()