Home
last modified time | relevance | path

Searched refs:u4_wd (Results 1 – 13 of 13) sorted by relevance

/external/libavc/test/encoder/
Drecon.c181 ps_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
183 ps_raw_buf->au4_strd[0] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
187 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
193 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
199 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
200 ps_raw_buf->au4_wd[2] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
205 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
206 ps_raw_buf->au4_strd[2] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
Dmain.c575 sscanf(value, "%d", &ps_app_ctxt->u4_wd); in parse_argument()
891 if(0 >= (WORD32)ps_app_ctxt->u4_wd) in validate_params()
893 sprintf(ac_error, "Invalid width: %d", ps_app_ctxt->u4_wd); in validate_params()
963 ps_app_ctxt->u4_wd = DEFAULT_WD; in init_default_params()
1025 s_frame_dimensions_ip.s_ive_ip.u4_wd = ps_app_ctxt->u4_wd; in set_dimensions()
1949 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()
1950 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in synchronous_encode()
1962 pu1_buf += (ps_app_ctxt->u4_wd) * ps_app_ctxt->u4_ht; in synchronous_encode()
1964 pu1_buf += (ps_app_ctxt->u4_wd >> 1) * (ps_app_ctxt->u4_ht >> 1); in synchronous_encode()
1967 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()
[all …]
Dinput.c87 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht); in read_mb_info()
246 luma_size = ps_app_ctxt->u4_wd * ps_app_ctxt->u4_ht; in allocate_input()
Dapp.h270 UWORD32 u4_wd; member
/external/libavc/decoder/
Dih264d_mem_request.h77 UWORD32 u4_wd,
/external/libhevc/encoder/
Dihevce_stasino_helpers.c860 UWORD32 u4_wd, u4_ht; in ihevce_calc_variance_for_diff_weights() local
876 u4_wd = ps_result[i4_k].pu.b4_wd + 1; in ihevce_calc_variance_for_diff_weights()
878 u1_num_base_blks = u4_wd * u4_ht; in ihevce_calc_variance_for_diff_weights()
/external/libavc/encoder/
Dih264e_api.c169 UWORD32 u4_wd, u4_ht; in api_check_input_dimensions() local
173 u4_wd = ps_inp_buf->au4_wd[0]; in api_check_input_dimensions()
211 u4_wd = ps_inp_buf->au4_wd[0] / 2; in api_check_input_dimensions()
219 if (u4_wd != ps_curr_cfg->u4_disp_wd) in api_check_input_dimensions()
1219 if (ps_ip->s_ive_ip.u4_wd < MIN_WD) in api_check_struct_sanity()
1228 if (ps_ip->s_ive_ip.u4_wd > ps_codec->s_cfg.u4_max_wd) in api_check_struct_sanity()
1255 if(ps_ip->s_ive_ip.u4_wd & 1) in api_check_struct_sanity()
2366 UWORD32 wd_aln = ALIGN16(ps_cfg->u4_wd); in ih264e_codec_update_config()
2369 if (ps_curr_cfg->u4_wd != wd_aln || ps_curr_cfg->u4_ht != ht_aln in ih264e_codec_update_config()
2373 ps_curr_cfg->u4_wd = wd_aln; in ih264e_codec_update_config()
[all …]
Dive2.h860 UWORD32 u4_wd; member
Dih264e_fmt_conv.c821 dst_stride = ps_codec->s_cfg.u4_wd; in ih264e_fmt_conv()
Dih264e_process.c1243 UWORD32 u4_pad_right_sz = ps_codec->s_cfg.u4_wd - ps_codec->s_cfg.u4_disp_wd; in ih264e_init_proc_ctxt()
1333 memcpy(pu1_dst, pu1_src, ps_codec->s_cfg.u4_wd); in ih264e_init_proc_ctxt()
1351 memcpy(pu1_dst, pu1_src, ps_codec->s_cfg.u4_wd); in ih264e_init_proc_ctxt()
Dih264e_structs.h421 UWORD32 u4_wd; member
Dih264e_encode_header.c1260 ps_sps->i2_frame_crop_right_offset = (ps_codec->s_cfg.u4_wd - ps_codec->s_cfg.u4_disp_wd)>>1; in ih264e_populate_sps()
Dih264e_utils.c897 WORD32 num_luma_samples = ALIGN16(ps_codec->s_cfg.u4_wd) in ih264e_mv_buf_mgr_add_bufs()