Searched refs:i4_wd (Results 1 – 12 of 12) sorted by relevance
/external/libhevc/encoder/ |
D | hme_common_utils.c | 76 U32 hme_compute_2d_sum_u08(U08 *pu1_inp, S32 i4_wd, S32 i4_ht, S32 i4_stride) in hme_compute_2d_sum_u08() argument 83 for(j = 0; j < i4_wd; j++) in hme_compute_2d_sum_u08() 91 U32 hme_compute_2d_sum_u16(U16 *pu2_inp, S32 i4_wd, S32 i4_ht, S32 i4_stride) in hme_compute_2d_sum_u16() argument 98 for(j = 0; j < i4_wd; j++) in hme_compute_2d_sum_u16() 106 U32 hme_compute_2d_sum_u32(U32 *pu4_inp, S32 i4_wd, S32 i4_ht, S32 i4_stride) in hme_compute_2d_sum_u32() argument 113 for(j = 0; j < i4_wd; j++) in hme_compute_2d_sum_u32()
|
D | hme_coarse.c | 272 i4_pic_wd = ps_curr_layer->i4_wd; in hme_coarse_frm_init() 834 i4_pic_wd = ps_curr_layer->i4_wd; in hme_coarsest() 1152 ps_curr_layer->i4_wd, in hme_coarsest()
|
D | hme_utils.c | 1211 blks_in_row = (ps_layer_ctxt->i4_wd + (blk_wd - 1)) / blk_wd; in hme_init_mv_bank() 1217 WORD32 num_ctb_cols = ((ps_layer_ctxt->i4_wd + 63) >> 6); in hme_init_mv_bank() 1287 blks_in_row = ps_layer_ctxt->i4_wd / blk_wd; in hme_fill_mvbank_intra() 2126 pos_x = MIN(pos_x, ps_curr_layer->i4_wd - 1); in hme_get_wt_inp() 2134 x_count = MIN(size, (ps_curr_layer->i4_wd - pos_x)); in hme_get_wt_inp() 3815 wd_c = ps_curr_layer->i4_wd; in hme_populate_search_candidates() 3817 wd_p = ps_coarse_layer->i4_wd; in hme_populate_search_candidates() 5316 wd_c = ps_curr_layer->i4_wd; in ihevce_16x16block_temporal_noise_detect() 5318 wd_p = ps_coarse_layer->i4_wd; in ihevce_16x16block_temporal_noise_detect()
|
D | hme_interface.c | 716 ps_layer->i4_wd = wd; in hme_set_layer_res_attrs() 1245 ps_frm_ctxt->i4_wd = a_wd[0]; in hme_enc_alloc_init_mem() 2891 ps_ctxt->i4_wd = a_wd[0]; in hme_set_resolution() 3209 wd = ps_ctxt->i4_wd; in hme_add_inp() 4178 i2_max_x = (S16)FLOOR8(((i2_max_x * ps_ctxt->i4_wd) / ps_ctxt->i4_wd)); in hme_process_frm_init() 4494 hme_set_ctb_attrs(ps_ctxt->as_ctb_bound_attrs, ps_ctxt->i4_wd, ps_ctxt->i4_ht); in hme_process_frm()
|
D | hme_refine.c | 2234 wd_c = ps_curr_layer->i4_wd; in hme_project_coloc_candt() 2236 wd_p = ps_coarse_layer->i4_wd; in hme_project_coloc_candt() 2321 wd_c = ps_curr_layer->i4_wd; in hme_project_coloc_candt_dyadic() 2323 wd_p = ps_coarse_layer->i4_wd; in hme_project_coloc_candt_dyadic() 2381 wd_c = ps_curr_layer->i4_wd; in hme_project_coloc_candt_dyadic_implicit() 2383 wd_p = ps_coarse_layer->i4_wd; in hme_project_coloc_candt_dyadic_implicit() 6063 i4_pic_wd = ps_curr_layer->i4_wd; in hme_refine() 6611 ps_curr_layer->i4_wd, in hme_refine() 6619 ps_curr_layer->i4_wd, in hme_refine() 8955 i4_pic_wd = ps_curr_layer->i4_wd; in hme_refine_no_encode() [all …]
|
D | hme_defs.h | 1618 S32 i4_wd; member 3073 S32 i4_wd; member
|
/external/libhevc/encoder/arm/ |
D | ihevce_hme_utils_neon.c | 240 pos_x = MIN(pos_x, ps_curr_layer->i4_wd - 1); in hme_get_wt_inp_8x8_neon() 246 x_count = MIN(size, (ps_curr_layer->i4_wd - pos_x)); in hme_get_wt_inp_8x8_neon() 402 x_count = MIN(size, (ps_curr_layer->i4_wd - pos_x)); in hme_get_wt_inp_ctb_neon()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 1030 ps_codec->i4_wd = ps_codec->i4_disp_wd = 0; in ihevcd_init() 1584 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_allocate_dynamic_bufs() 2494 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_get_status() 2499 wd = ps_codec->i4_wd; in ihevcd_get_status() 2589 ps_ext_ctl_op->u4_coded_pic_wd = ps_codec->i4_wd; in ihevcd_get_status() 2654 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_get_buf_info()
|
D | ihevcd_structs.h | 1635 WORD32 i4_wd; member
|
D | ihevcd_parse_headers.c | 1880 ((ps_codec->i4_wd != ps_sps->i2_pic_width_in_luma_samples) || in ihevcd_parse_sps() 1939 ps_codec->i4_wd = ps_sps->i2_pic_width_in_luma_samples; in ihevcd_parse_sps() 2222 WORD32 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_parse_pps() 2429 wd = ALIGN64(ps_codec->i4_wd); in ihevcd_copy_pps()
|
D | ihevcd_decode.c | 458 num_mbs = (ps_codec->i4_wd * ps_codec->i4_ht + 255) >> 8; in ihevcd_decode()
|
D | ihevcd_utils.c | 529 wd = ps_codec->i4_wd; in ihevcd_pic_buf_mgr_add_bufs()
|