Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_quant_iquant_ssd.c115 WORD16 *pi2_coeffs, in ihevc_quant_iquant_ssd() argument
161 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant_ssd()
164 QUANT(pi2_q_dst[j], pi2_coeffs[j], in ihevc_quant_iquant_ssd()
185 pi2_coeffs += src_strd; in ihevc_quant_iquant_ssd()
304 WORD16 *pi2_coeffs, in ihevc_quant_iquant() argument
349 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant()
352 QUANT(pi2_q_dst[j], pi2_coeffs[j], in ihevc_quant_iquant()
367 pi2_coeffs += src_strd; in ihevc_quant_iquant()
484 WORD16 *pi2_coeffs, in ihevc_quant_iquant_ssd_rdoq() argument
529 i2_temp = pi2_coeffs[j]; in ihevc_quant_iquant_ssd_rdoq()
[all …]
Dihevc_quant_iquant_ssd.h44 WORD16 *pi2_coeffs,
77 WORD16 *pi2_coeffs,
/external/libmpeg2/decoder/
Dimpeg2d_vld.c307 WORD16 pi2_coeffs[NUM_COEFFS]; in impeg2d_vld_inv_quant_mpeg1() local
312 e_error = impeg2d_vld_decode(ps_dec, pi2_coeffs, pu1_scan, pu1_pos, u2_intra_flag, in impeg2d_vld_inv_quant_mpeg1()
338 i4_num_coeffs, pi2_coeffs, pu1_pos, in impeg2d_vld_inv_quant_mpeg1()
381 WORD16 pi2_coeffs[NUM_COEFFS]; in impeg2d_vld_inv_quant_mpeg2() local
386 e_error = impeg2d_vld_decode(ps_dec, pi2_coeffs, pu1_scan, pi4_pos, u2_intra_flag, in impeg2d_vld_inv_quant_mpeg2()
417 i4_num_coeffs, pi2_coeffs, in impeg2d_vld_inv_quant_mpeg2()
1055 WORD16 *pi2_coeffs, in impeg2d_inv_quant_mpeg1() argument
1073 pi2_coeffs[0] += *pu2_def_dc_pred; in impeg2d_inv_quant_mpeg1()
1074 *pu2_def_dc_pred = pi2_coeffs[0]; in impeg2d_inv_quant_mpeg1()
1075 pi2_coeffs[0] <<= (3 - u2_intra_dc_precision); in impeg2d_inv_quant_mpeg1()
[all …]
Dimpeg2d_structs.h115 WORD16 *pi2_coeffs,
/external/libhevc/common/arm/
Dihevc_quant_iquant_ssd_neon_intr.c64 WORD16 *pi2_coeffs, in ihevc_quant_iquant_ssd_flat_scale_mat_neon() argument
161 s0 = vld1_s16(pi2_coeffs + j); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
162 s1 = vld1_s16(pi2_coeffs + j + (src_strd)); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
163 s2 = vld1_s16(pi2_coeffs + j + (2 * src_strd)); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
164 s3 = vld1_s16(pi2_coeffs + j + (3 * src_strd)); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
317 pi2_coeffs += 4 * src_strd; in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
338 WORD16 *pi2_coeffs, in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() argument
447 s0 = vld1_s16(pi2_coeffs + j); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
448 s1 = vld1_s16(pi2_coeffs + j + (src_strd)); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
449 s2 = vld1_s16(pi2_coeffs + j + (2 * src_strd)); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
[all …]
/external/libhevc/encoder/
Dihevce_cabac_tu.c2342 WORD16 *pi2_coeffs = ps_rdoq_ctxt->pi2_quant_coeffs; in ihevce_cabac_residue_encode_rdoq() local
2469 if(pi2_coeffs[i] == 0) in ihevce_cabac_residue_encode_rdoq()
2659 &pi2_coeffs[scaled_blk_col + (scaled_blk_row * trans_size)]; in ihevce_cabac_residue_encode_rdoq()
3067 … &pi2_coeffs[scaled_blk_col + (scaled_blk_row * ps_rdoq_ctxt->i4_q_data_strd)]; in ihevce_cabac_residue_encode_rdoq()
3099 pi2_coeffs, in ihevce_cabac_residue_encode_rdoq()
3340 WORD16 *pi2_coeffs, in ihevce_find_new_last_csb() argument
3376 quant_coeff = pi2_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_find_new_last_csb()
Dihevce_entropy_structs.h324 WORD16 *pi2_coeffs,
Dihevce_enc_loop_structs.h224 WORD16 *pi2_coeffs,
247 WORD16 *pi2_coeffs,
Dihevce_enc_structs.h228 WORD16 *pi2_coeffs,