Home
last modified time | relevance | path

Searched refs:block_ht (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_decomp_pre_intra_pass_neon.c124 WORD32 block_ht, in ihevce_scale_by_2_neon() argument
146 assert(block_ht <= MAX_CTB_SIZE); in ihevce_scale_by_2_neon()
156 row_end = ((ht_offset + block_ht) > (ht - (N_TAPS >> 1))) ? 1 : 0; in ihevce_scale_by_2_neon()
161 if(row_end && (ht % block_ht != 0)) in ihevce_scale_by_2_neon()
163 block_ht = (ht % block_ht); in ihevce_scale_by_2_neon()
173 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end); in ihevce_scale_by_2_neon()
201 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3 + (block_ht - 1) * cpy_strd; in ihevce_scale_by_2_neon()
217 for(i = 0; i < block_ht + 6; i++) in ihevce_scale_by_2_neon()
231 for(i = 0; i < block_ht + 6; i++) in ihevce_scale_by_2_neon()
243 pu1_in, in_strd, pu1_wkg_mem, wkg_mem_strd, pu1_out, dst_strd, block_ht, block_wd); in ihevce_scale_by_2_neon()
[all …]
/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c1653 WORD32 block_ht, in ihevce_scale_by_2() argument
1677 assert(block_ht <= MAX_CTB_SIZE); in ihevce_scale_by_2()
1687 row_end = ((ht_offset + block_ht) > (ht - (N_TAPS >> 1))) ? 1 : 0; in ihevce_scale_by_2()
1692 if(row_end && (ht % block_ht != 0)) in ihevce_scale_by_2()
1694 block_ht = (ht % block_ht); in ihevce_scale_by_2()
1704 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end); in ihevce_scale_by_2()
1732 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3 + (block_ht - 1) * cpy_strd; in ihevce_scale_by_2()
1748 for(i = 0; i < block_ht + 6; i++) in ihevce_scale_by_2()
1762 for(i = 0; i < block_ht + 6; i++) in ihevce_scale_by_2()
1774 pu1_in, in_strd, pu1_wkg_mem, wkg_mem_strd, pu1_out, dst_strd, block_ht, block_wd); in ihevce_scale_by_2()
[all …]
Dihevce_decomp_pre_intra_pass.h121 WORD32 block_ht,
Dihevce_enc_loop_pass.c2065 WORD32 block_ht; in ihevce_enc_loop_process_row() local
2079 block_ht = cur_ctb_ht; in ihevce_enc_loop_process_row()
2092 ctb_size = block_ht * block_wd; //ctb_width * ctb_height; in ihevce_enc_loop_process_row()
2138 WORD32 block_ht; in ihevce_enc_loop_process_row() local
2157 block_ht = cur_ctb_ht / 2; in ihevce_enc_loop_process_row()
2162 block_ht = cur_ctb_ht; in ihevce_enc_loop_process_row()
2169 ctb_size = block_ht * block_wd; //ctb_width * ctb_height; in ihevce_enc_loop_process_row()
Dhme_refine.c6943 WORD32 block_ht; in hme_refine() local
6982 block_ht = ctb_height; in hme_refine()
6987 ctb_size = block_ht * block_wd; //ctb_width * ctb_height; in hme_refine()
6991 num_vert_blocks = block_ht / had_block_size; //ctb_height / had_block_size; in hme_refine()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c102 struct hash_table *block_ht; member
175 ctx->block_ht = _mesa_hash_table_create(ctx, in compile_init()
2676 entry = _mesa_hash_table_search(ctx->block_ht, nblock); in get_block()
2682 _mesa_hash_table_insert(ctx->block_ht, nblock, block); in get_block()