HomeSort by relevance Sort by last modified time
    Searched refs:i4_ctb_size (Results 1 - 15 of 15) sorted by null

  /external/libhevc/encoder/
ihevce_tile_interface.c 122 WORD32 i4_max_log2_cu_size, i4_ctb_size; local
132 i4_ctb_size = 1 << i4_max_log2_cu_size;
244 if(i4_cu_aligned_tgt_frame_wd % i4_ctb_size)
247 (ps_tile_params->i4_curr_tile_width - i4_ctb_size) +
248 (i4_cu_aligned_tgt_frame_wd % i4_ctb_size);
270 if(i4_cu_aligned_tgt_frame_ht % i4_ctb_size)
273 (ps_tile_params->i4_curr_tile_height - i4_ctb_size) +
274 (i4_cu_aligned_tgt_frame_ht % i4_ctb_size);
287 SET_CTB_ALIGN(ps_tile_params->i4_curr_tile_width, i4_ctb_size);
291 SET_CTB_ALIGN(ps_tile_params->i4_curr_tile_height, i4_ctb_size);
    [all...]
ihevce_enc_subpel_gen.c 224 WORD32 ctb_size = ps_frm_ctb_prms->i4_ctb_size;
252 wd = ps_pad_interp_recon->i4_ctb_size;
253 ht = ps_pad_interp_recon->i4_ctb_size;
259 wd_uv = ps_pad_interp_recon->i4_ctb_size;
260 ht_uv = ps_pad_interp_recon->i4_ctb_size >> (0 == u1_is_422);
281 ((ps_frm_ctb_prms->i4_num_ctbs_horz - 1) * ps_pad_interp_recon->i4_ctb_size);
289 ((ps_frm_ctb_prms->i4_num_ctbs_vert - 1) * ps_pad_interp_recon->i4_ctb_size);
492 WORD32 ctb_size = ps_frm_ctb_prms->i4_ctb_size;
508 wd = ps_pad_interp_recon->i4_ctb_size;
509 ht = ps_pad_interp_recon->i4_ctb_size;
    [all...]
ihevce_deblk.c 150 tile_qp_offset = ps_col_tile_params->i4_first_ctb_x * (ps_frm_ctb_prms->i4_ctb_size / 4);
243 pi1_ctb_qp_map_tile += (ps_frm_ctb_prms->i4_ctb_size / 4); //one qp per 4x4 block.
251 (pi1_ctb_tile_qp + (ps_frm_ctb_prms->i4_ctb_size / 4) * u4_qp_buffer_stride),
329 ctb_size = ps_deblk->i4_ctb_size;
ihevce_ipe_pass.c 813 pu1_tmp += (ctb_ctr * ps_frm_ctb_prms->i4_ctb_size);
819 pu1_tmp += (ctb_ctr * (ps_frm_ctb_prms->i4_ctb_size >> 1));
    [all...]
ihevce_enc_loop_pass.c 188 pu1_buff = ps_cu_prms->pu1_luma_recon + ps_cu_prms->i4_ctb_size - 1;
190 for(num_pels = 0; num_pels < ps_cu_prms->i4_ctb_size; num_pels++)
198 pu1_buff = ps_cu_prms->pu1_chrm_recon + ps_cu_prms->i4_ctb_size - 2;
200 for(num_pels = 0; num_pels < (ps_cu_prms->i4_ctb_size >> (0 == u1_is_422)); num_pels++)
213 nbr_strd = ps_cu_prms->i4_ctb_size >> 2;
217 ps_nbr += ((ps_cu_prms->i4_ctb_size >> 2) - 1);
219 for(ctr = 0; ctr < (ps_cu_prms->i4_ctb_size >> 2); ctr++)
363 num_4x4_in_ctb = (ps_cu_prms->i4_ctb_size >> 2);
419 pu1_cu_top += ps_cu_prms->i4_ctb_pos * ps_cu_prms->i4_ctb_size;
423 ps_top_nbr_4x4 += (ps_cu_prms->i4_ctb_pos * (ps_cu_prms->i4_ctb_size >> 2))
    [all...]
ihevce_enc_cu_recursion.c 297 num_4x4_in_ctb = (ps_cu_prms->i4_ctb_size >> 2);
322 ps_top_nbr_4x4 += (ps_cu_prms->i4_ctb_pos * (ps_cu_prms->i4_ctb_size >> 2));
476 num_4x4_in_ctb = (ps_cu_prms->i4_ctb_size >> 2);
485 GETRANGE(log2_ctb_size, ps_cu_prms->i4_ctb_size);
    [all...]
ihevce_enc_loop_structs.h 814 WORD32 i4_ctb_size; member in struct:__anon28561
879 WORD32 i4_ctb_size; member in struct:__anon28562
1050 WORD32 i4_ctb_size; member in struct:__anon28566
1705 WORD32 i4_ctb_size; member in struct:__anon28582
2879 WORD32 i4_ctb_size; member in struct:__anon28589
    [all...]
ihevce_nbr_avail.c 125 WORD32 ctb_size = ps_frm_ctb_prms->i4_ctb_size;
ihevce_sao.c 228 ctb_size = ps_sao_ctxt->i4_ctb_size;
311 ctb_size = ps_sao_ctxt->i4_ctb_size;
463 ctb_size = ps_sao_ctxt->i4_ctb_size;
    [all...]
ihevce_bs_compute_ctb.c 135 WORD32 ctb_size = ps_frm_ctb_prms->i4_ctb_size;
ihevce_hle_interface.c 509 SET_CTB_ALIGN(ps_src_prms->i4_width, ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size);
513 SET_CTB_ALIGN(ps_src_prms->i4_height, ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size);
549 ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size);
554 ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size);
    [all...]
ihevce_multi_thrd_funcs.c 768 GETRANGE(u4_log_ctb_size, ps_ctxt->s_frm_ctb_prms.i4_ctb_size);
    [all...]
ihevce_frame_process.c     [all...]
ihevce_memory_init.c 334 ps_enc_ctxt->s_frm_ctb_prms.i4_ctb_size = ctb_size;
    [all...]
ihevce_enc_structs.h 2320 WORD32 i4_ctb_size; member in struct:__anon28640
    [all...]

Completed in 105 milliseconds