Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cabac_encode.c733 UWORD16 u2_sig_coeff_map, in ih264e_cabac_write_coeff4x4() argument
743 UWORD8 u1_last_sig_coef_index = (31 - CLZ(u2_sig_coeff_map)); in ih264e_cabac_write_coeff4x4()
758 u1_bin = !!(u2_sig_coeff_map & 01); in ih264e_cabac_write_coeff4x4()
784 u1_bin = !!((u2_sig_coeff_map >> i) & 01); in ih264e_cabac_write_coeff4x4()
893 UWORD16 u2_sig_coeff_map; in ih264e_cabac_encode_residue_luma_dc() local
901 u2_sig_coeff_map, pi2_res_block); in ih264e_cabac_encode_residue_luma_dc()
925 u2_sig_coeff_map, in ih264e_cabac_encode_residue_luma_dc()
973 UWORD16 u2_sig_coeff_map; in ih264e_cabac_write_chroma_residue() local
993 u1_nnz, u2_sig_coeff_map, pi2_res_block); in ih264e_cabac_write_chroma_residue()
1014 u2_sig_coeff_map, in ih264e_cabac_write_chroma_residue()
[all …]
/external/libavc/decoder/
Dih264d_parse_cavlc.c318 ps_tu_4x4->u2_sig_coeff_map = 0; in ih264d_cavlc_4x4res_block_totalcoeff_1()
396 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, u4_scan_pos); in ih264d_cavlc_4x4res_block_totalcoeff_1()
457 ps_tu_4x4->u2_sig_coeff_map = 0; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
639 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, u4_scan_pos); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
659 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, u4_scan_pos); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
676 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, u4_scan_pos); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
739 ps_tu_4x4->u2_sig_coeff_map = 0; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
941 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, u4_scan_pos); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
957 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, u4_scan_pos); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
1015 ps_tu_4x4->u2_sig_coeff_map = 0; in ih264d_rest_of_residual_cav_chroma_dc_block()
[all …]
Dih264d_process_intra_mb.c162 UWORD16 u2_sig_coeff_map = ps_tu_4x4->u2_sig_coeff_map; in ih264d_unpack_coeff4x4_4x4blk() local
169 while(u2_sig_coeff_map) in ih264d_unpack_coeff4x4_4x4blk()
171 idx = CLZ(u2_sig_coeff_map); in ih264d_unpack_coeff4x4_4x4blk()
174 RESET_BIT(u2_sig_coeff_map,idx); in ih264d_unpack_coeff4x4_4x4blk()
Dih264d_parse_cabac.c82 ps_tu_4x4->u2_sig_coeff_map = 0; in ih264d_read_coeff4x4_cabac()
226 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, (i + first_coeff_offset)); in ih264d_read_coeff4x4_cabac()
283 SET_BIT(ps_tu_4x4->u2_sig_coeff_map, (i + first_coeff_offset)); in ih264d_read_coeff4x4_cabac()
Dih264d_utils.c2309 UWORD16 u2_sig_coeff_map = ps_tu_4x4->u2_sig_coeff_map; in ih264d_unpack_coeff4x4_dc_4x4blk() local
2313 while(u2_sig_coeff_map) in ih264d_unpack_coeff4x4_dc_4x4blk()
2315 idx = CLZ(u2_sig_coeff_map); in ih264d_unpack_coeff4x4_dc_4x4blk()
2318 RESET_BIT(u2_sig_coeff_map,idx); in ih264d_unpack_coeff4x4_dc_4x4blk()
Dih264d_parse_islice.c409 ps_tu_4x4->u2_sig_coeff_map = 0; in ih264d_parse_imb_cavlc()
418 if(ps_tu_4x4->u2_sig_coeff_map) in ih264d_parse_imb_cavlc()
Dih264d_structs.h681 UWORD16 u2_sig_coeff_map; member
/external/libavc/common/
Dih264_structs.h1570 UWORD16 u2_sig_coeff_map; member
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c200 && (1 == ps_tu_sblk_coeff_data->u2_sig_coeff_map)) in ihevcd_unpack_coeffs()
268 u4_sig_coeff_map = ps_tu_sblk_coeff_data->u2_sig_coeff_map; in ihevcd_unpack_coeffs()
Dihevcd_parse_residual.c645 ps_tu_sblk_coeff_data->u2_sig_coeff_map = u4_sig_coeff_map; in ihevcd_parse_residual_coding()
Dihevcd_parse_slice.c586 ps_tu_sblk_coeff_data->u2_sig_coeff_map = u4_sig_coeff_map; in ihevcd_parse_pcm_sample()
/external/libhevc/common/
Dihevc_structs.h1774 UWORD16 u2_sig_coeff_map; member