Home
last modified time | relevance | path

Searched refs:u4_ht (Results 1 – 11 of 11) sorted by relevance

/external/libavc/test/encoder/
Drecon.c181 ps_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in init_raw_buf_descr()
189 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in init_raw_buf_descr()
201 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; in init_raw_buf_descr()
202 ps_raw_buf->au4_ht[2] = ps_app_ctxt->u4_ht / 2; in init_raw_buf_descr()
Dmain.c577 sscanf(value, "%d", &ps_app_ctxt->u4_ht); in parse_argument()
892 if(0 >= (WORD32)ps_app_ctxt->u4_ht) in validate_params()
894 sprintf(ac_error, "Invalid height: %d", ps_app_ctxt->u4_ht); in validate_params()
960 ps_app_ctxt->u4_ht = DEFAULT_HT; in init_default_params()
1020 s_frame_dimensions_ip.s_ive_ip.u4_ht = ps_app_ctxt->u4_ht; in set_dimensions()
1670 pu1_buf += ps_app_ctxt->u4_strd * ps_app_ctxt->u4_ht; in synchronous_encode()
1676 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht; in synchronous_encode()
1677 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2; 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()
[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.h268 UWORD32 u4_ht; member
/external/libavc/decoder/
Dih264d_mem_request.h78 UWORD32 u4_ht);
/external/libavc/encoder/
Dih264e_api.c1132 if (ps_ip->s_ive_ip.u4_ht < MIN_HT) in api_check_struct_sanity()
1141 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
1862 UWORD32 ht_aln = ALIGN16(ps_cfg->u4_ht); 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()
1869 ps_curr_cfg->u4_ht = ht_aln; in ih264e_codec_update_config()
1875 ps_curr_cfg->i4_ht_mbs = ps_curr_cfg->u4_ht >> 4; in ih264e_codec_update_config()
2361 ps_cfg->u4_ht = MAX_HT; in ih264e_set_default_params()
4707 ps_cfg->u4_ht = ALIGN16(ps_ip->s_ive_ip.u4_ht); in ih264e_set_dimensions()
4709 ps_cfg->i4_ht_mbs = ps_cfg->u4_ht >> 4; in ih264e_set_dimensions()
4711 ps_cfg->u4_disp_ht = ps_ip->s_ive_ip.u4_ht; in ih264e_set_dimensions()
Dive2.h851 UWORD32 u4_ht; member
Dih264e_utils.c802 * (ps_codec->s_cfg.u4_ht + PAD_HT); in ih264e_pic_buf_mgr_add_bufs()
881 * ALIGN16(ps_codec->s_cfg.u4_ht); in ih264e_mv_buf_mgr_add_bufs()
Dih264e_structs.h418 UWORD32 u4_ht; member
Dih264e_encode_header.c1144 ps_sps->i2_frame_crop_bottom_offset = (ps_codec->s_cfg.u4_ht - ps_codec->s_cfg.u4_disp_ht)>>1; in ih264e_populate_sps()
Dih264e_process.c1174 UWORD32 u4_pad_bottom_sz = ps_codec->s_cfg.u4_ht - ps_codec->s_cfg.u4_disp_ht; in ih264e_init_proc_ctxt()