Searched refs:block_ht (Results 1 – 8 of 8) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_decomp_pre_intra_pass_neon.c | 124 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/ |
D | ihevce_decomp_pre_intra_pass.c | 1009 WORD32 block_ht, in ihevce_scale_by_2() argument 1033 assert(block_ht <= MAX_CTB_SIZE); in ihevce_scale_by_2() 1043 row_end = ((ht_offset + block_ht) > (ht - (N_TAPS >> 1))) ? 1 : 0; in ihevce_scale_by_2() 1048 if(row_end && (ht % block_ht != 0)) in ihevce_scale_by_2() 1050 block_ht = (ht % block_ht); in ihevce_scale_by_2() 1060 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end); in ihevce_scale_by_2() 1088 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3 + (block_ht - 1) * cpy_strd; in ihevce_scale_by_2() 1104 for(i = 0; i < block_ht + 6; i++) in ihevce_scale_by_2() 1118 for(i = 0; i < block_ht + 6; i++) in ihevce_scale_by_2() 1130 pu1_in, in_strd, pu1_wkg_mem, wkg_mem_strd, pu1_out, dst_strd, block_ht, block_wd); in ihevce_scale_by_2() [all …]
|
D | ihevce_decomp_pre_intra_pass.h | 107 WORD32 block_ht,
|
D | ihevce_enc_loop_pass.c | 2078 WORD32 block_ht; in ihevce_enc_loop_process_row() local 2092 block_ht = cur_ctb_ht; in ihevce_enc_loop_process_row() 2105 ctb_size = block_ht * block_wd; //ctb_width * ctb_height; in ihevce_enc_loop_process_row() 2151 WORD32 block_ht; in ihevce_enc_loop_process_row() local 2170 block_ht = cur_ctb_ht / 2; in ihevce_enc_loop_process_row() 2175 block_ht = cur_ctb_ht; in ihevce_enc_loop_process_row() 2182 ctb_size = block_ht * block_wd; //ctb_width * ctb_height; in ihevce_enc_loop_process_row()
|
D | hme_refine.c | 6943 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/freedreno/ir3/ |
D | ir3_context.h | 140 struct hash_table *block_ht; member
|
D | ir3_context.c | 64 ctx->block_ht = _mesa_hash_table_create(ctx, in ir3_context_init()
|
D | ir3_compiler_nir.c | 2626 hentry = _mesa_hash_table_search(ctx->block_ht, nblock); in get_block() 2632 _mesa_hash_table_insert(ctx->block_ht, nblock, block); in get_block()
|