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

/external/libavc/decoder/
H A Dih264d_mem_request.h78 UWORD32 u4_ht);
/external/libavc/test/encoder/
H A Drecon.c181 ps_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht;
189 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
201 ps_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
202 ps_raw_buf->au4_ht[2] = ps_app_ctxt->u4_ht / 2;
H A Dinput.c86 num_mbs = ALIGN16(ps_app_ctxt->u4_wd) * ALIGN16(ps_app_ctxt->u4_ht);
245 luma_size = ps_app_ctxt->u4_wd * ps_app_ctxt->u4_ht;
H A Dmain.c577 sscanf(value, "%d", &ps_app_ctxt->u4_ht);
892 if(0 >= (WORD32)ps_app_ctxt->u4_ht)
894 sprintf(ac_error, "Invalid height: %d", ps_app_ctxt->u4_ht);
960 ps_app_ctxt->u4_ht = DEFAULT_HT;
1020 s_frame_dimensions_ip.s_ive_ip.u4_ht = ps_app_ctxt->u4_ht;
1670 pu1_buf += ps_app_ctxt->u4_strd * ps_app_ctxt->u4_ht;
1676 ps_inp_raw_buf->au4_ht[0] = ps_app_ctxt->u4_ht;
1677 ps_inp_raw_buf->au4_ht[1] = ps_app_ctxt->u4_ht / 2;
1686 pu1_buf += (ps_app_ctxt->u4_wd) * ps_app_ctxt->u4_ht;
[all...]
H A Dapp.h268 UWORD32 u4_ht; member in struct:__anon10715
/external/libavc/encoder/
H A Dih264e_api.c1132 if (ps_ip->s_ive_ip.u4_ht < MIN_HT)
1141 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht)
1159 if(ps_ip->s_ive_ip.u4_ht & 1)
1880 UWORD32 ht_aln = ALIGN16(ps_cfg->u4_ht);
1882 if (ps_curr_cfg->u4_wd != wd_aln || ps_curr_cfg->u4_ht != ht_aln
1887 ps_curr_cfg->u4_ht = ht_aln;
1893 ps_curr_cfg->i4_ht_mbs = ps_curr_cfg->u4_ht >> 4;
2379 ps_cfg->u4_ht = MAX_HT;
4725 ps_cfg->u4_ht = ALIGN16(ps_ip->s_ive_ip.u4_ht);
[all...]
H A Dive2.h851 UWORD32 u4_ht; member in struct:__anon10681
H A Dih264e_utils.c802 * (ps_codec->s_cfg.u4_ht + PAD_HT);
881 * ALIGN16(ps_codec->s_cfg.u4_ht);
H A Dih264e_encode_header.c1151 ps_sps->i2_frame_crop_bottom_offset = (ps_codec->s_cfg.u4_ht - ps_codec->s_cfg.u4_disp_ht)>>1;
H A Dih264e_structs.h418 UWORD32 u4_ht; member in struct:__anon10585
H A Dih264e_process.c1181 UWORD32 u4_pad_bottom_sz = ps_codec->s_cfg.u4_ht - ps_codec->s_cfg.u4_disp_ht;

Completed in 143 milliseconds