Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Drecon.c180 ps_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
182 ps_raw_buf->au4_strd[0] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
186 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
192 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd; in init_raw_buf_descr()
198 ps_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
199 ps_raw_buf->au4_wd[2] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
204 ps_raw_buf->au4_strd[1] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
205 ps_raw_buf->au4_strd[2] = ps_app_ctxt->u4_wd / 2; in init_raw_buf_descr()
Dmain.c573 sscanf(value, "%d", &ps_app_ctxt->u4_wd); in parse_argument()
887 if(0 >= (WORD32)ps_app_ctxt->u4_wd) in validate_params()
889 sprintf(ac_error, "Invalid width: %d", ps_app_ctxt->u4_wd); in validate_params()
959 ps_app_ctxt->u4_wd = DEFAULT_WD; in init_default_params()
1021 s_frame_dimensions_ip.s_ive_ip.u4_wd = ps_app_ctxt->u4_wd; in set_dimensions()
1673 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()
1674 ps_inp_raw_buf->au4_wd[1] = ps_app_ctxt->u4_wd; in synchronous_encode()
1686 pu1_buf += (ps_app_ctxt->u4_wd) * ps_app_ctxt->u4_ht; in synchronous_encode()
1688 pu1_buf += (ps_app_ctxt->u4_wd >> 1) * (ps_app_ctxt->u4_ht >> 1); in synchronous_encode()
1691 ps_inp_raw_buf->au4_wd[0] = ps_app_ctxt->u4_wd; in synchronous_encode()
[all …]
Dinput.c86 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht); in read_mb_info()
245 luma_size = ps_app_ctxt->u4_wd * ps_app_ctxt->u4_ht; in allocate_input()
Dapp.h267 UWORD32 u4_wd; member
/external/libavc/decoder/
Dih264d_mem_request.h77 UWORD32 u4_wd,
/external/libavc/encoder/
Dih264e_api.c1114 if (ps_ip->s_ive_ip.u4_wd < MIN_WD) in api_check_struct_sanity()
1123 if (ps_ip->s_ive_ip.u4_wd > ps_codec->s_cfg.u4_max_wd) in api_check_struct_sanity()
1861 UWORD32 wd_aln = ALIGN16(ps_cfg->u4_wd); in ih264e_codec_update_config()
1864 if (ps_curr_cfg->u4_wd != wd_aln || ps_curr_cfg->u4_ht != ht_aln in ih264e_codec_update_config()
1868 ps_curr_cfg->u4_wd = wd_aln; in ih264e_codec_update_config()
1874 ps_curr_cfg->i4_wd_mbs = ps_curr_cfg->u4_wd >> 4; in ih264e_codec_update_config()
1877 ps_codec->i4_rec_strd = ALIGN16(ps_cfg->u4_wd) + PAD_WD; in ih264e_codec_update_config()
2360 ps_cfg->u4_wd = MAX_WD; in ih264e_set_default_params()
4706 ps_cfg->u4_wd = ALIGN16(ps_ip->s_ive_ip.u4_wd); in ih264e_set_dimensions()
4708 ps_cfg->i4_wd_mbs = ps_cfg->u4_wd >> 4; in ih264e_set_dimensions()
[all …]
Dive2.h848 UWORD32 u4_wd; member
Dih264e_process.c1173 UWORD32 u4_pad_right_sz = ps_codec->s_cfg.u4_wd - ps_codec->s_cfg.u4_disp_wd; in ih264e_init_proc_ctxt()
1263 memcpy(pu1_dst, pu1_src, ps_codec->s_cfg.u4_wd); in ih264e_init_proc_ctxt()
1281 memcpy(pu1_dst, pu1_src, ps_codec->s_cfg.u4_wd); in ih264e_init_proc_ctxt()
Dih264e_fmt_conv.c821 dst_stride = ps_codec->s_cfg.u4_wd; in ih264e_fmt_conv()
Dih264e_structs.h415 UWORD32 u4_wd; member
Dih264e_encode_header.c1142 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.c880 WORD32 num_luma_samples = ALIGN16(ps_codec->s_cfg.u4_wd) in ih264e_mv_buf_mgr_add_bufs()