Home
last modified time | relevance | path

Searched refs:ps_tile_params_base (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/encoder/
Dihevce_tile_interface.c457 ihevce_tile_params_t *ps_tile_params_base; in ihevce_tiles_mem_init() local
472 ps_tile_params_base = (ihevce_tile_params_t *)ps_memtab->pv_base; in ihevce_tiles_mem_init()
480 ihevce_tile_params_t *ps_tile_params = (ps_tile_params_base + tile_ctr); in ihevce_tiles_mem_init()
522 for(tile_ctr = 0; tile_ctr < ps_tile_params_base->i4_num_tiles; tile_ctr++) in ihevce_tiles_mem_init()
524 ihevce_tile_params_t *ps_tile_params = ps_tile_params_base + tile_ctr; in ihevce_tiles_mem_init()
555 return (void *)ps_tile_params_base; in ihevce_tiles_mem_init()
Dihevce_entropy_interface.c326 ihevce_tile_params_t *ps_tile_params_base; in ihevce_entropy_encode_frame() local
443 ps_tile_params_base = (ihevce_tile_params_t *)ps_entropy_ctxt->pv_tile_params_base; in ihevce_entropy_encode_frame()
497 total_tiles = ps_tile_params_base->i4_num_tiles; in ihevce_entropy_encode_frame()
531 (ps_tile_params_base + tile_ctr), in ihevce_entropy_encode_frame()
562 ps_entropy_ctxt, (ps_tile_params_base + tile_ctr), &i4_end_of_slice); in ihevce_entropy_encode_frame()
Dihevce_enc_loop_pass.h84 ihevce_tile_params_t *ps_tile_params_base,
Dihevce_encode_header.h132 ihevce_tile_params_t *ps_tile_params_base,
Dihevce_encode_header.c2711 ihevce_tile_params_t *ps_tile_params_base, in ihevce_populate_pps() argument
2771 if(0 == ps_tile_params_base->i4_tiles_enabled_flag) in ihevce_populate_pps()
2783 ps_pps->i1_num_tile_columns = ps_tile_params_base->i4_num_tile_cols; in ihevce_populate_pps()
2785 ps_pps->i1_num_tile_rows = ps_tile_params_base->i4_num_tile_rows; in ihevce_populate_pps()
2789 ps_pps->i1_uniform_spacing_flag = ps_tile_params_base->i4_uniform_spacing_flag; in ihevce_populate_pps()
2794 for(i4_i = 0; i4_i < ps_tile_params_base->i4_num_tile_cols; i4_i++) in ihevce_populate_pps()
2799 for(i4_i = 0; i4_i < ps_tile_params_base->i4_num_tile_rows; i4_i++) in ihevce_populate_pps()
2810 if(0 == ps_tile_params_base->i4_tiles_enabled_flag) in ihevce_populate_pps()
Dihevce_multi_thrd_funcs.c464 if(1 == ps_ctxt->ps_tile_params_base->i4_tiles_enabled_flag) in ihevce_prepare_job_queue()
466 i4_num_tile_col = ps_ctxt->ps_tile_params_base->i4_num_tile_cols; in ihevce_prepare_job_queue()
Dihevce_memory_init.c1560 ps_enc_ctxt->ps_tile_params_base = (ihevce_tile_params_t *)ihevce_tiles_mem_init( in ihevce_mem_manager_init()
1573 ps_enc_ctxt->ps_tile_params_base, in ihevce_mem_manager_init()
1586 (void *)ps_enc_ctxt->ps_tile_params_base, in ihevce_mem_manager_init()
1629 (void *)ps_enc_ctxt->ps_tile_params_base, in ihevce_mem_manager_init()
2345 ps_enc_ctxt->ps_tile_params_base->i4_num_tile_cols, /* Number of Col Tiles */ in ihevce_mem_manager_init()
Dihevce_enc_loop_pass.c4387 ihevce_tile_params_t *ps_tile_params_base, in ihevce_enc_loop_init() argument
4470 ps_ctxt->pv_tile_params_base = (void *)ps_tile_params_base; in ihevce_enc_loop_init()
5604 ps_master_ctxt->pv_tile_params_base = (void *)ps_tile_params_base; in ihevce_enc_loop_init()
5606 if(1 == ps_tile_params_base->i4_tiles_enabled_flag) in ihevce_enc_loop_init()
5608 i4_num_tile_cols = ps_tile_params_base->i4_num_tile_cols; in ihevce_enc_loop_init()
5616 (ps_tile_params_base + ctr)->i4_curr_tile_wd_in_ctb_unit; in ihevce_enc_loop_init()
Dihevce_enc_structs.h3196 ihevce_tile_params_t *ps_tile_params_base; member
Dihevce_frame_process.c4930 ps_enc_ctxt->ps_tile_params_base, in ihevce_set_pre_enc_prms()