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

  /external/libaom/libaom/av1/encoder/
level.h 58 int max_tile_size; member in struct:__anon26626
level.c 326 if (level_stats->max_tile_size > 4096 * 2304) {
379 static void get_tile_stats(const AV1_COMP *const cpi, int *max_tile_size,
389 *max_tile_size = 0;
404 *max_tile_size = AOMMAX(*max_tile_size, tile_size);
530 int max_tile_size; local
535 get_tile_stats(cpi, &max_tile_size, &max_superres_tile_width,
568 level_stats->max_tile_size =
569 AOMMAX(level_stats->max_tile_size, max_tile_size);
    [all...]
bitstream.c 3418 unsigned int max_tile_size = 0; local
    [all...]
  /external/webp/src/enc/
predictor_enc.c 683 const int max_tile_size = 1 << bits; local
684 const int tile_y_offset = tile_y * max_tile_size;
685 const int tile_x_offset = tile_x * max_tile_size;
686 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
687 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize);
705 int max_tile_size,
708 const int xscan = GetMin(max_tile_size, xsize - tile_x);
709 int yscan = GetMin(max_tile_size, ysize - tile_y);
719 const int max_tile_size = 1 << bits; local
731 const int tile_x_offset = tile_x * max_tile_size;
    [all...]

Completed in 71 milliseconds