Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_tu.c1150 UWORD8 *pu1_coeff_buf_hdr = (UWORD8 *)pv_coeff; in ihevce_cabac_residue_encode() local
1154 WORD32 last_sig_coeff_x = pu1_coeff_buf_hdr[0]; in ihevce_cabac_residue_encode()
1155 WORD32 last_sig_coeff_y = pu1_coeff_buf_hdr[1]; in ihevce_cabac_residue_encode()
1158 WORD32 scan_type = pu1_coeff_buf_hdr[2]; in ihevce_cabac_residue_encode()
1165 WORD32 last_csb = pu1_coeff_buf_hdr[3]; in ihevce_cabac_residue_encode()
1232 pu2_sig_coeff_buf = (UWORD16 *)(pu1_coeff_buf_hdr + COEFF_BUF_HEADER_LEN); in ihevce_cabac_residue_encode()
1684 UWORD8 *pu1_coeff_buf_hdr = (UWORD8 *)pv_coeff; in ihevce_cabac_residue_encode_rdopt() local
1688 WORD32 last_sig_coeff_x = pu1_coeff_buf_hdr[0]; in ihevce_cabac_residue_encode_rdopt()
1689 WORD32 last_sig_coeff_y = pu1_coeff_buf_hdr[1]; in ihevce_cabac_residue_encode_rdopt()
1692 WORD32 scan_type = pu1_coeff_buf_hdr[2]; in ihevce_cabac_residue_encode_rdopt()
[all …]