Searched refs:i4_ht_mbs (Results 1 – 6 of 6) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_process.c | 321 WORD32 i4_wd_mbs, i4_ht_mbs; in ih264e_entropy() local 338 i4_ht_mbs = ps_entropy->i4_ht_mbs; in ih264e_entropy() 341 u4_mb_cnt = i4_wd_mbs * i4_ht_mbs; in ih264e_entropy() 970 WORD32 i4_ht_mbs = ps_proc->i4_ht_mbs; in ih264e_update_proc_ctxt() local 1116 if(ps_proc->i4_mb_y == (i4_ht_mbs - 1)) in ih264e_update_proc_ctxt() 1263 ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1)) in ih264e_init_proc_ctxt() 1265 if (ps_proc->i4_mb_y == ps_proc->i4_ht_mbs - 1) in ih264e_init_proc_ctxt() 1281 ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1) || in ih264e_init_proc_ctxt() 1317 if (ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1) || u4_pad_bottom_sz || u4_pad_right_sz) in ih264e_init_proc_ctxt() 1328 if (ps_proc->i4_mb_y == (ps_proc->i4_ht_mbs - 1)) in ih264e_init_proc_ctxt() [all …]
|
D | ih264e_utils.c | 1121 UWORD32 u4_mb_cnt = ps_codec->s_cfg.i4_wd_mbs * ps_codec->s_cfg.i4_ht_mbs; in ih264e_init_air_map() 1858 ps_proc->i4_ht_mbs = ps_codec->s_cfg.i4_ht_mbs; in ih264e_pic_init() 1895 memset(ps_proc->pu1_proc_map, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1900 memset(ps_proc->pu1_deblk_map, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1905 memset(ps_proc->pu1_me_map, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1915 … memset(ps_proc->pu1_is_intra_coded, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1927 memset(ps_proc->pu1_slice_idx, 0, ps_proc->i4_wd_mbs * ps_proc->i4_ht_mbs); in ih264e_pic_init() 1938 while (i4_mb_y < ps_proc->i4_ht_mbs) in ih264e_pic_init() 1940 if (i4_mb_y +(WORD32)ps_codec->s_cfg.u4_slice_param < ps_proc->i4_ht_mbs) in ih264e_pic_init() 1947 cnt = (ps_proc->i4_ht_mbs - i4_mb_y) * ps_proc->i4_wd_mbs; in ih264e_pic_init() [all …]
|
D | ih264e_structs.h | 554 UWORD32 i4_ht_mbs; member 1011 WORD32 i4_ht_mbs; member 1619 WORD32 i4_ht_mbs; member
|
D | ih264e_encode_header.c | 1231 ps_sps->i2_pic_height_in_map_units_minus1 = ps_cfg->i4_ht_mbs - 1;; in ih264e_populate_sps()
|
D | ih264e_me.c | 908 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_single_reflist() 1815 rows_below = (ps_proc->i4_ht_mbs - ps_proc->i4_mb_y) * MB_SIZE; in ih264e_compute_me_multi_reflist()
|
D | ih264e_api.c | 2380 ps_curr_cfg->i4_ht_mbs = ps_curr_cfg->u4_ht >> 4; in ih264e_codec_update_config() 2935 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_set_default_params() 3079 WORD32 max_mb_rows = ps_cfg->i4_ht_mbs; in ih264e_init() 4173 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_init_mem_rec() 5247 ps_cfg->i4_ht_mbs = ps_cfg->u4_ht >> 4; in ih264e_set_dimensions()
|