/external/libavc/encoder/ |
D | ih264e_mc.c | 131 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_motion_comp_luma() local 236 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_luma() 265 i4_pred_strd, ht, wd, NULL, in ih264e_motion_comp_luma() 310 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_motion_comp_chroma() local 366 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_chroma() 381 i4_pred_strd, u1_dx, u1_dy, ht, wd); in ih264e_motion_comp_chroma() 428 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_chroma() 445 i4_pred_strd, MB_SIZE >> 1, in ih264e_motion_comp_chroma()
|
D | ih264e_core_coding.c | 1503 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_code_luma_intra_macroblock_16x16() local 1548 i4_src_strd, i4_pred_strd, in ih264e_code_luma_intra_macroblock_16x16() 1581 i4_res_strd, i4_pred_strd, i4_rec_strd, in ih264e_code_luma_intra_macroblock_16x16() 1589 ps_codec->pf_inter_pred_luma_copy(pu1_pred_mb, pu1_ref_mb, i4_pred_strd, in ih264e_code_luma_intra_macroblock_16x16() 1642 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_code_luma_intra_macroblock_4x4() local 1770 i4_pred_strd, in ih264e_code_luma_intra_macroblock_4x4() 1780 i4_pred_strd, in ih264e_code_luma_intra_macroblock_4x4() 1829 /*No input stride,*/i4_pred_strd, in ih264e_code_luma_intra_macroblock_4x4() 1836 i4_pred_strd, i4_rec_strd, in ih264e_code_luma_intra_macroblock_4x4() 2019 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_code_chroma_intra_macroblock_8x8() local [all …]
|
D | ih264e_intra_modes_eval.c | 359 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() local 437 i4_src_strd, i4_pred_strd, in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 447 …_l)[PLANE_I16x16](pu1_ngbr_pels_i16, pu1_pred_mb_intra_16x16_plane, 0, i4_pred_strd, i4_ngbr_avbl); in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 450 …le_fast_sad](pu1_curr_mb, pu1_pred_mb_intra_16x16_plane, i4_src_strd, i4_pred_strd, i4_mb_cost_lea… in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 549 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() local 700 …->apf_intra_pred_8_l)[u4_intra_mode](pu1_ngbr_pels_i8, pu1_pred_mb, 0, i4_pred_strd, i4_ngbr_avbl); in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() 703 …ime_compute_sad_8x8(pu1_mb_curr, pu1_pred_mb, i4_src_strd, i4_pred_strd, i4_partition_cost_least, … in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() 801 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local 975 i4_pred_strd, i4_ngbr_avbl, in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 1075 WORD32 i4_pred_strd = ps_proc->i4_pred_strd; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local [all …]
|
D | ih264e_half_pel.c | 185 WORD32 i4_pred_strd) in ih264e_sixtap_filter_2dvh_vert() argument 204 pi4_pred_temp += i4_pred_strd; in ih264e_sixtap_filter_2dvh_vert() 220 pi4_pred += i4_pred_strd; in ih264e_sixtap_filter_2dvh_vert()
|
D | ih264e_half_pel.h | 150 WORD32 i4_pred_strd);
|
D | ih264e_structs.h | 1569 WORD32 i4_pred_strd; member
|
D | ih264e_api.c | 4673 ps_codec->as_process[i].i4_pred_strd = 16; in ih264e_init_mem_rec()
|
/external/libmpeg2/common/ |
D | impeg2_idct.c | 67 WORD32 i4_pred_strd, in impeg2_idct_recon_dc() argument 91 pu1_pred += i4_pred_strd; in impeg2_idct_recon_dc() 99 WORD32 i4_pred_strd, in impeg2_idct_recon_dc_mismatch() argument 131 pu1_pred += i4_pred_strd; in impeg2_idct_recon_dc_mismatch() 189 WORD32 i4_pred_strd, in impeg2_idct_recon() argument 299 pu1_pred += i4_pred_strd; in impeg2_idct_recon() 344 pu1_pred += i4_pred_strd; in impeg2_idct_recon() 446 pu1_pred += i4_pred_strd; in impeg2_idct_recon() 491 pu1_pred += i4_pred_strd; in impeg2_idct_recon()
|
/external/libhevc/encoder/ |
D | ihevce_enc_loop_utils.h | 386 WORD32 i4_pred_strd,
|
D | ihevce_enc_loop_utils.c | 10462 WORD32 i4_pred_strd, in ihevce_it_recon_ssd() argument 10482 i4_pred_strd, in ihevce_it_recon_ssd() 10503 i4_pred_strd, in ihevce_it_recon_ssd()
|