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

  /external/libhevc/decoder/
ihevcd_api.c 1476 WORD32 max_tile_cols, max_tile_rows; local
    [all...]
ihevcd_parse_headers.c 1923 WORD32 max_tile_cols = (wd + MIN_TILE_WD - 1) \/ MIN_TILE_WD; local
2105 WORD32 max_tile_cols, max_tile_rows; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c 83 int max_tile_cols = get_max_tile_cols(cpi); local
84 allocated_workers = VPXMIN(cpi->oxcf.max_threads, max_tile_cols);

Completed in 81 milliseconds