Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_encode_header.c707 WORD32 delta_chroma_offset_l1[2]; in ihevce_generate_pred_weight_table() local
714 delta_chroma_offset_l1[0] = in ihevce_generate_pred_weight_table()
718 delta_chroma_offset_l1[1] = in ihevce_generate_pred_weight_table()
728 PUT_BITS_SEV(ps_bitstrm, delta_chroma_offset_l1[0], return_status); in ihevce_generate_pred_weight_table()
729 ENTROPY_TRACE("delta_chroma_offset_l1[ i ]", delta_chroma_offset_l1[0]); in ihevce_generate_pred_weight_table()
736 PUT_BITS_SEV(ps_bitstrm, delta_chroma_offset_l1[1], return_status); in ihevce_generate_pred_weight_table()
737 ENTROPY_TRACE("delta_chroma_offset_l1[ i ]", delta_chroma_offset_l1[1]); in ihevce_generate_pred_weight_table()