Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_sbh_funcs.c183 WORD32 last_scan_pos = -1, first_scan_pos = 16, sign_first_coeff, sum_abs_level = 0, in ihevce_sign_data_hiding() local
208 if(-1 == last_scan_pos) in ihevce_sign_data_hiding()
210 last_scan_pos = i; in ihevce_sign_data_hiding()
217 if((last_scan_pos - first_scan_pos) >= 4) in ihevce_sign_data_hiding()
234 for(i = (last_cg == 1) ? last_scan_pos : 15; i >= 0; i--) in ihevce_sign_data_hiding()
Dihevce_cabac_tu.c1285 WORD32 last_scan_pos = -1; in ihevce_cabac_residue_encode() local
1343 if(-1 == last_scan_pos) in ihevce_cabac_residue_encode()
1344 last_scan_pos = scan_pos; in ihevce_cabac_residue_encode()
1419 if(-1 == last_scan_pos) in ihevce_cabac_residue_encode()
1420 last_scan_pos = scan_pos; in ihevce_cabac_residue_encode()
1429 sign_hidden = ((last_scan_pos - first_scan_pos) > 3 && !cu_tq_bypass_flag); in ihevce_cabac_residue_encode()
1833 WORD32 last_scan_pos = -1; in ihevce_cabac_residue_encode_rdopt() local
1891 if(-1 == last_scan_pos) in ihevce_cabac_residue_encode_rdopt()
1892 last_scan_pos = scan_pos; in ihevce_cabac_residue_encode_rdopt()
1978 if(-1 == last_scan_pos) in ihevce_cabac_residue_encode_rdopt()
[all …]
/external/libhevc/decoder/
Dihevcd_parse_residual.c190 WORD32 last_scan_pos, last_sub_blk; in ihevcd_parse_residual_coding() local
388 last_scan_pos = pu1_scan_coeff[scan_pos]; in ihevcd_parse_residual_coding()
554 n = (last_scan_pos - 1); in ihevcd_parse_residual_coding()
557 u4_sig_coeff_map = 1 << last_scan_pos; in ihevcd_parse_residual_coding()