HomeSort by relevance Sort by last modified time
    Searched refs:ps_tile_params_base (Results 1 - 10 of 10) sorted by null

  /external/libhevc/encoder/
ihevce_tile_interface.c 457 ihevce_tile_params_t *ps_tile_params_base; local
472 ps_tile_params_base = (ihevce_tile_params_t *)ps_memtab->pv_base;
480 ihevce_tile_params_t *ps_tile_params = (ps_tile_params_base + tile_ctr);
522 for(tile_ctr = 0; tile_ctr < ps_tile_params_base->i4_num_tiles; tile_ctr++)
524 ihevce_tile_params_t *ps_tile_params = ps_tile_params_base + tile_ctr;
555 return (void *)ps_tile_params_base;
ihevce_enc_loop_pass.h 84 ihevce_tile_params_t *ps_tile_params_base,
ihevce_encode_header.h 132 ihevce_tile_params_t *ps_tile_params_base,
ihevce_entropy_interface.c 326 ihevce_tile_params_t *ps_tile_params_base; local
443 ps_tile_params_base = (ihevce_tile_params_t *)ps_entropy_ctxt->pv_tile_params_base;
497 total_tiles = ps_tile_params_base->i4_num_tiles;
531 (ps_tile_params_base + tile_ctr),
562 ps_entropy_ctxt, (ps_tile_params_base + tile_ctr), &i4_end_of_slice);
ihevce_encode_header.c     [all...]
ihevce_multi_thrd_funcs.c 464 if(1 == ps_ctxt->ps_tile_params_base->i4_tiles_enabled_flag)
466 i4_num_tile_col = ps_ctxt->ps_tile_params_base->i4_num_tile_cols;
    [all...]
ihevce_memory_init.c     [all...]
ihevce_enc_loop_pass.c     [all...]
ihevce_enc_structs.h 3196 ihevce_tile_params_t *ps_tile_params_base; member in struct:__anon28645
    [all...]
ihevce_frame_process.c     [all...]

Completed in 57 milliseconds