/external/libhevc/encoder/arm/ |
D | ihevce_copy_neon.c | 119 … UWORD8 *pu1_dst, WORD32 dst_strd, UWORD8 *pu1_src, WORD32 src_strd, WORD32 blk_wd, WORD32 blk_ht) in copy_2d_neon() argument 125 for(; blk_ht > 0; blk_ht--) in copy_2d_neon() 134 for(; blk_ht > 0; blk_ht--) in copy_2d_neon() 145 for(; blk_ht > 0; blk_ht--) in copy_2d_neon() 156 for(; blk_ht > 0; blk_ht--) in copy_2d_neon() 173 for(j = 0; j < blk_ht; j += 1) in copy_2d_neon() 218 … UWORD8 *pu1_dst, WORD32 dst_strd, UWORD8 *pu1_src, WORD32 src_strd, WORD32 blk_wd, WORD32 blk_ht) in ihevce_copy_2d_neon() argument 225 copy_2d_neon(pu1_dst, dst_strd, pu1_src, src_strd, 64, blk_ht); in ihevce_copy_2d_neon() 226 ihevce_copy_2d_neon(pu1_dst + 64, dst_strd, pu1_src + 64, src_strd, blk_wd - 64, blk_ht); in ihevce_copy_2d_neon() 230 copy_2d_neon(pu1_dst, dst_strd, pu1_src, src_strd, 32, blk_ht); in ihevce_copy_2d_neon() [all …]
|
D | ihevce_sad_compute_neon.c | 211 WORD32 blk_ht) in ihevce_4mx4n_sad_computer_neon() argument 217 assert(blk_ht % 4 == 0); in ihevce_4mx4n_sad_computer_neon() 222 for(i = 0; i < blk_ht;) in ihevce_4mx4n_sad_computer_neon() 224 WORD32 ht = MIN(blk_wd, blk_ht - i); in ihevce_4mx4n_sad_computer_neon() 255 for(i = 0; i < blk_ht; i += 4) in ihevce_4mx4n_sad_computer_neon()
|
D | ihevce_subpel_neon.c | 211 WORD32 blk_ht) in hme_4mx4n_qpel_interp_avg_neon() argument 216 assert(blk_ht % 4 == 0); in hme_4mx4n_qpel_interp_avg_neon() 218 for(i = 0; i < blk_ht; i += 4) in hme_4mx4n_qpel_interp_avg_neon()
|
/external/libmpeg2/common/ |
D | ideint.c | 287 WORD32 blk_wd, blk_ht; in ideint_process() local 306 blk_ht = BLK_HT; in ideint_process() 318 blk_ht = (ps_out_frm->ai4_ht[i] & 0x7); in ideint_process() 363 cur_strd, blk_wd, blk_ht); in ideint_process() 370 cur_strd, blk_wd, blk_ht); in ideint_process() 383 col, num_blks_y, num_blks_x, blk_wd, blk_ht); in ideint_process() 408 for(j = 0; j < blk_ht; j++) in ideint_process()
|
D | ideint_utils.c | 257 WORD32 blk_ht) in ideint_pad_blk() argument 265 num_rows = blk_ht + 4; in ideint_pad_blk() 346 WORD32 src_ofst = (0 + blk_ht) * (BLK_WD + 4); in ideint_pad_blk() 347 WORD32 dst_ofst = (1 + blk_ht) * (BLK_WD + 4); in ideint_pad_blk() 348 WORD32 size = (BLK_HT - blk_ht) + 2; in ideint_pad_blk()
|
D | ideint_utils.h | 58 WORD32 blk_ht);
|
/external/libhevc/encoder/ |
D | hme_coarse.c | 264 S32 blk_size_shift = 2, blk_wd = 4, blk_ht = 4; in hme_coarse_frm_init() local 328 S32 blk_ht) in hme_derive_worst_case_search_range() argument 336 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)(i4_y - 4)), ps_mv_limit->i2_max_y); in hme_derive_worst_case_search_range() 803 S32 blk_size_shift = 2, blk_wd = 4, blk_ht = 4; in hme_coarsest() local 1355 blk_ht); in hme_coarsest() 1432 blk_ht); in hme_coarsest() 1496 blk_ht); in hme_coarsest()
|
D | ihevce_common_utils.h | 140 WORD32 blk_ht);
|
D | ihevce_common_utils.c | 167 WORD32 blk_ht) in ihevce_copy_2d() argument 171 for(i = 0; i < blk_ht; i++) in ihevce_copy_2d()
|
D | hme_utils.c | 1194 S32 i4_i, i4_j, blk_ht; in hme_init_mv_bank() local 1209 blk_ht = gau1_blk_size_to_ht[e_blk_size]; in hme_init_mv_bank() 1212 blks_in_col = (ps_layer_ctxt->i4_ht + (blk_ht - 1)) / blk_ht; in hme_init_mv_bank() 1274 S32 i, j, blk_ht; in hme_fill_mvbank_intra() local 1286 blk_ht = gau1_blk_size_to_wd[e_blk_size]; in hme_fill_mvbank_intra() 1288 blks_in_col = ps_layer_ctxt->i4_ht / blk_ht; in hme_fill_mvbank_intra() 1349 S32 blk_ht) in hme_derive_search_range() argument 1355 MIN((ps_pic_limit->i2_max_y - (S16)blk_ht - (S16)i4_y), ps_mv_limit->i2_max_y); in hme_derive_search_range()
|
D | hme_utils.h | 467 S32 blk_ht);
|
D | hme_refine.c | 5969 S32 blk_wd, blk_ht, blk_size_shift; in hme_refine() local 6082 blk_wd = blk_ht = 16; in hme_refine() 7301 blk_ht); in hme_refine() 7312 blk_ht); in hme_refine() 8884 S32 blk_wd, blk_ht, blk_size_shift, num_blks_in_row, num_blks_in_pic; in hme_refine_no_encode() local 8972 blk_wd = blk_ht = 8; in hme_refine_no_encode() 9649 blk_ht); in hme_refine_no_encode() 9657 blk_ht); in hme_refine_no_encode()
|