HomeSort by relevance Sort by last modified time
    Searched defs:i4_max_temporal_layers (Results 1 - 4 of 4) sorted by null

  /external/libhevc/encoder/
ihevce_lap_enc_structs.h 157 /** limits Max gopsize = 2 ^ i4_max_temporal_layers - 1 */
158 WORD32 i4_max_temporal_layers; member in struct:__anon28666
ihevce_lap_interface.c 154 WORD32 i4_max_temporal_layers; local
176 i4_max_temporal_layers = ps_lap_static_params->i4_max_temporal_layers;
200 ps_lap_struct->i4_sub_gop_size = (1 << i4_max_temporal_layers);
202 ps_lap_struct->i4_sub_gop_size + (i4_max_temporal_layers > 0);
326 ps_lap_static_params->i4_max_temporal_layers);
551 i4_sub_gop_size_mul_2 = (1 << ps_static_cfg_prms->s_coding_tools_prms.i4_max_temporal_layers)
825 WORD32 max_temporal_layers = ps_lap_struct->s_lap_static_params.i4_max_temporal_layers;
    [all...]
ihevce_frame_process.c 322 WORD32 i4_max_temporal_layers; local
329 i4_max_temporal_layers = ps_enc_ctxt->ps_stat_prms->s_coding_tools_prms.i4_max_temporal_layers;
349 (i4_max_temporal_layers > 1) && (!i4_end_flag) &&
350 (ps_enc_ctxt->s_multi_thrd.i4_delay_pre_me_btw_l0_ipe > (2 * (1 << i4_max_temporal_layers))))
369 for(i = 0; i < (1 << i4_max_temporal_layers); i++)
385 for(i = 0; i < (1 << i4_max_temporal_layers); i++)
    [all...]
ihevce_api.h 569 WORD32 i4_max_temporal_layers; member in struct:__anon28509
    [all...]

Completed in 118 milliseconds