Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_core_coding.c164 UWORD8 *pu1_nnz, in ih264e_luma_16x16_resi_trans_dctrans_quant() argument
175 pu1_nnz++; in ih264e_luma_16x16_resi_trans_dctrans_quant()
189 u4_round_factor, &pu1_nnz[blk_cntr], in ih264e_luma_16x16_resi_trans_dctrans_quant()
204 pu1_nnz--; in ih264e_luma_16x16_resi_trans_dctrans_quant()
211 u4_round_factor, &pu1_nnz[0]); in ih264e_luma_16x16_resi_trans_dctrans_quant()
796 UWORD8 *pu1_nnz, in ih264e_pack_l_mb_i16() argument
830 u4_nnz = *pu1_nnz; in ih264e_pack_l_mb_i16()
863 pu1_nnz ++; in ih264e_pack_l_mb_i16()
873 u4_nnz = pu1_nnz[u1_scan_order[b4]]; in ih264e_pack_l_mb_i16()
971 UWORD8 *pu1_nnz, in ih264e_pack_l_mb() argument
[all …]
Dih264e_core_coding.h174 UWORD32 u4_round_factor, UWORD8 *pu1_nnz, UWORD32 u4_dc_flag);
432 WORD32 i4_res_strd, UWORD8 *u1_cbp_l, UWORD8 *pu1_nnz,
481 WORD32 i4_res_strd, UWORD8 *u1_cbp_c, UWORD8 *pu1_nnz,
Dih264e_cavlc.c606 UWORD8 *pu1_nnz, in ih264e_write_coeff8x8_cavlc() argument
631 pu1_left_nnz[0] = pu1_top_nnz[0] = pu1_nnz[0]; in ih264e_write_coeff8x8_cavlc()
632 …error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_r… in ih264e_write_coeff8x8_cavlc()
644 pu1_left_nnz[0] = pu1_top_nnz[1] = pu1_nnz[1]; in ih264e_write_coeff8x8_cavlc()
645 …error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_r… in ih264e_write_coeff8x8_cavlc()
657 pu1_left_nnz[1] = pu1_top_nnz[0] = pu1_nnz[2]; in ih264e_write_coeff8x8_cavlc()
658 …error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_r… in ih264e_write_coeff8x8_cavlc()
670 pu1_left_nnz[1] = pu1_top_nnz[1] = pu1_nnz[3]; in ih264e_write_coeff8x8_cavlc()
671 …error_status = ih264e_write_coeff4x4_cavlc(pi2_res_block[3], pu1_nnz[3], u4_block_type, pu1_zero_r… in ih264e_write_coeff8x8_cavlc()
Dih264e_intra_modes_eval.c1085 UWORD8 *pu1_nnz = (UWORD8 *)ps_proc->au4_nnz_intra_4x4; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local
1143 for(b4 = 0; b4 < 4; b4++, pu1_nnz++, pi2_res_mb += MB_SIZE) in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1314 pu1_nnz, &i2_dc_dummy); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
Dih264e_structs.h81 UWORD32 u4_qbit, UWORD32 u4_round_fact, UWORD8 *pu1_nnz);
/external/libavc/common/
Dih264_resi_trans_quant.c121 UWORD8 *pu1_nnz, in ih264_resi_trans_quant_4x4() argument
204 *pu1_nnz = u4_nonzero_coeff; in ih264_resi_trans_quant_4x4()
268 UWORD8 *pu1_nnz, in ih264_resi_trans_quant_chroma_4x4() argument
356 *pu1_nnz = u4_nonzero_coeff; in ih264_resi_trans_quant_chroma_4x4()
417 UWORD8 *pu1_nnz) in ih264_hadamard_quant_4x4() argument
422 *pu1_nnz = 0; in ih264_hadamard_quant_4x4()
463 pu2_scale_matrix[0], u4_round_factor, u4_qbits, pu1_nnz[0]); in ih264_hadamard_quant_4x4()
468 pu2_scale_matrix[0], u4_round_factor, u4_qbits, pu1_nnz[0]); in ih264_hadamard_quant_4x4()
473 pu2_scale_matrix[0], u4_round_factor, u4_qbits, pu1_nnz[0]); in ih264_hadamard_quant_4x4()
478 pu2_scale_matrix[0], u4_round_factor, u4_qbits, pu1_nnz[0]); in ih264_hadamard_quant_4x4()
[all …]
Dih264_trans_quant_itrans_iquant.h54 UWORD8 *pu1_nnz);
79 UWORD8 *pu1_nnz,
92 UWORD8 *pu1_nnz,
105 UWORD8 *pu1_nnz);
167 UWORD32 u4_round_factor,UWORD8 *pu1_nnz);
/external/libavc/encoder/svc/
Disvce_core_coding.c157 const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD8 *pu1_nnz, in isvce_luma_16x16_resi_trans_dctrans_quant() argument
177 pu1_nnz++; in isvce_luma_16x16_resi_trans_dctrans_quant()
210 &pu1_nnz[blk_cntr], ((WORD16 *) ps_quant_coeffs->pv_data) + blk_cntr, in isvce_luma_16x16_resi_trans_dctrans_quant()
226 pu1_nnz--; in isvce_luma_16x16_resi_trans_dctrans_quant()
233 &s_resi_trans_quant_constants, &pu1_nnz[0]); in isvce_luma_16x16_resi_trans_dctrans_quant()
541 const UWORD16 *pu2_scale_matrix, const UWORD16 *pu2_threshold_matrix, UWORD8 *pu1_nnz, in isvce_chroma_8x8_resi_trans_dctrans_quant() argument
567 pu1_nnz++; in isvce_chroma_8x8_resi_trans_dctrans_quant()
595 &pu1_nnz[blk_cntr + (blk_cntr > 3)], ((WORD16 *) ps_quant_coeffs->pv_data) + blk_cntr, in isvce_chroma_8x8_resi_trans_dctrans_quant()
601 pu1_nnz--; in isvce_chroma_8x8_resi_trans_dctrans_quant()
611 pu1_nnz[0] = au1_dcnnz[0]; in isvce_chroma_8x8_resi_trans_dctrans_quant()
[all …]
Disvce_cavlc.c607 WORD16 **pi2_res_block, UWORD8 *pu1_nnz, in isvce_write_coeff8x8_cavlc() argument
628 pu1_left_nnz[0] = pu1_top_nnz[0] = pu1_nnz[0]; in isvce_write_coeff8x8_cavlc()
630 isvce_write_coeff4x4_cavlc(pi2_res_block[0], pu1_nnz[0], u4_block_type, pu1_zero_run, u4_nC, in isvce_write_coeff8x8_cavlc()
640 pu1_left_nnz[0] = pu1_top_nnz[1] = pu1_nnz[1]; in isvce_write_coeff8x8_cavlc()
642 isvce_write_coeff4x4_cavlc(pi2_res_block[1], pu1_nnz[1], u4_block_type, pu1_zero_run, u4_nC, in isvce_write_coeff8x8_cavlc()
652 pu1_left_nnz[1] = pu1_top_nnz[0] = pu1_nnz[2]; in isvce_write_coeff8x8_cavlc()
654 isvce_write_coeff4x4_cavlc(pi2_res_block[2], pu1_nnz[2], u4_block_type, pu1_zero_run, u4_nC, in isvce_write_coeff8x8_cavlc()
664 pu1_left_nnz[1] = pu1_top_nnz[1] = pu1_nnz[3]; in isvce_write_coeff8x8_cavlc()
666 isvce_write_coeff4x4_cavlc(pi2_res_block[3], pu1_nnz[3], u4_block_type, pu1_zero_run, u4_nC, in isvce_write_coeff8x8_cavlc()
Disvce_intra_modes_eval.c1053 UWORD8 *pu1_nnz = (UWORD8 *) ps_proc->au4_nnz_intra_4x4; in isvce_evaluate_intra4x4_modes_for_least_cost_rdopton() local
1101 for(b4 = 0; b4 < 4; b4++, pu1_nnz++, pi2_quant_coeffs += MB_SIZE) in isvce_evaluate_intra4x4_modes_for_least_cost_rdopton()
1296 &s_resi_trans_quant_constants, pu1_nnz, &i2_dc_dummy, 0); in isvce_evaluate_intra4x4_modes_for_least_cost_rdopton()
/external/libavc/common/svc/
Disvc_resi_trans_quant.c115 resi_trans_quant_constants_t *ps_quant_constants, UWORD8 *pu1_nnz, in isvc_resi_trans_quant_4x4() argument
219 *pu1_nnz = u4_nonzero_coeff; in isvc_resi_trans_quant_4x4()
279 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, in isvc_resi_trans_quant_chroma_4x4() argument
381 *pu1_nnz = u4_nonzero_coeff; in isvc_resi_trans_quant_chroma_4x4()
438 resi_trans_quant_constants_t *ps_quant_constants, UWORD8 *pu1_nnz) in isvc_hadamard_quant_4x4() argument
448 *pu1_nnz = 0; in isvc_hadamard_quant_4x4()
488 pu1_nnz[0]); in isvc_hadamard_quant_4x4()
493 pu1_nnz[0]); in isvc_hadamard_quant_4x4()
498 pu1_nnz[0]); in isvc_hadamard_quant_4x4()
503 pu1_nnz[0]); in isvc_hadamard_quant_4x4()
[all …]
Disvc_trans_quant_itrans_iquant.h78 UWORD32 u4_round_fact, UWORD8 *pu1_nnz);
88 resi_trans_quant_constants_t *ps_quant_constants, UWORD8 *pu1_nnz,
94 UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, UWORD32 u4_dc_flag);
99 UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz);
122 resi_trans_quant_constants_t *ps_quant_constants, UWORD8 *pu1_nnz);
/external/libavc/common/x86/
Dih264_resi_trans_quant_sse42.c110 UWORD32 u4_qbits, UWORD32 u4_round_factor, UWORD8 *pu1_nnz, in ih264_resi_trans_quant_4x4_sse42() argument
325 *pu1_nnz = u4_nonzero_coeff; in ih264_resi_trans_quant_4x4_sse42()
385 UWORD8 *pu1_nnz, WORD16 *pi2_alt_dc_addr) in ih264_resi_trans_quant_chroma_4x4_sse42() argument
610 *pu1_nnz = u4_nonzero_coeff; in ih264_resi_trans_quant_chroma_4x4_sse42()
670 UWORD32 u4_round_factor,UWORD8 *pu1_nnz in ih264_hadamard_quant_4x4_sse42() argument
839 pu1_nnz[0] = u4_nonzero_coeff; in ih264_hadamard_quant_4x4_sse42()
899 UWORD32 u4_round_factor,UWORD8 *pu1_nnz) in ih264_hadamard_quant_2x2_uv_sse42() argument
990 pu1_nnz[0] = 4 - nonzero_coeff_0; in ih264_hadamard_quant_2x2_uv_sse42()
991 pu1_nnz[1] = 4 - nonzero_coeff_1; in ih264_hadamard_quant_2x2_uv_sse42()
/external/libavc/common/x86/svc/
Disvc_resi_trans_quant_sse42.c135 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, in isvc_resi_trans_quant_4x4_sse42() argument
430 *pu1_nnz = u4_nonzero_coeff; in isvc_resi_trans_quant_4x4_sse42()
436 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, UWORD8 u1_use_upsampled_res) in isvc_resi_trans_quant_4x4_with_res_pred_sse42() argument
758 *pu1_nnz = u4_nonzero_coeff; in isvc_resi_trans_quant_4x4_with_res_pred_sse42()
837 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, in isvc_resi_trans_quant_chroma_4x4_sse42() argument
1125 *pu1_nnz = u4_nonzero_coeff; in isvc_resi_trans_quant_chroma_4x4_sse42()
1131 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, UWORD8 u1_use_upsampled_res) in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42() argument
1446 *pu1_nnz = u4_nonzero_coeff; in isvc_resi_trans_quant_chroma_4x4_with_res_pred_sse42()
1521 UWORD8 *pu1_nnz) in isvc_hadamard_quant_4x4_sse42() argument
1701 pu1_nnz[0] = u4_nonzero_coeff; in isvc_hadamard_quant_4x4_sse42()
[all …]
/external/libavc/common/arm/svc/
Disvc_resi_trans_quant_neon.c49 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, in isvc_resi_trans_quant_4x4_neon() argument
278 *pu1_nnz = 16 - vget_lane_u8(temp0_u8x8, 0); in isvc_resi_trans_quant_4x4_neon()
284 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, UWORD8 u1_use_upsampled_res) in isvc_resi_trans_quant_4x4_with_residual_sub_neon() argument
540 *pu1_nnz = 16 - vget_lane_u8(temp0_u8x8, 0); in isvc_resi_trans_quant_4x4_with_residual_sub_neon()
547 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, in isvc_resi_trans_quant_chroma_4x4_neon() argument
800 *pu1_nnz = 16 - vget_lane_u8(temp0_u8x8, 0); in isvc_resi_trans_quant_chroma_4x4_neon()
806 UWORD8 *pu1_nnz, WORD16 *pi2_dc_out, UWORD8 u1_use_upsampled_res) in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon() argument
1084 *pu1_nnz = 16 - vget_lane_u8(temp0_u8x8, 0); in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon()
/external/libavc/common/arm/
Dih264_resi_trans_quant_a9.s449 @ pu1_nnz
468 @ UWORD32 u4_round_factor,UWORD8 *pu1_nnz
565 ldr r3, [sp, #72] @Load *pu1_nnz
597 @ pu1_nnz
616 @ UWORD32 u4_round_factor,UWORD8 *pu1_nnz
677 ldr r3, [sp, #72] @Load *pu1_nnz