Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_copy_neon.c119 … 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 …]
Dihevce_sad_compute_neon.c211 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()
Dihevce_subpel_neon.c211 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/
Dideint.c287 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()
Dideint_utils.c257 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()
Dideint_utils.h58 WORD32 blk_ht);
/external/libhevc/encoder/
Dhme_coarse.c264 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()
Dihevce_common_utils.h140 WORD32 blk_ht);
Dihevce_common_utils.c167 WORD32 blk_ht) in ihevce_copy_2d() argument
171 for(i = 0; i < blk_ht; i++) in ihevce_copy_2d()
Dhme_utils.c1194 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()
Dhme_utils.h467 S32 blk_ht);
Dhme_refine.c5969 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()