Home
last modified time | relevance | path

Searched refs:NB_LEVELS (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpixlet.c35 #define NB_LEVELS 4 macro
60 int64_t scaling[4][2][NB_LEVELS];
62 SubBand band[4][NB_LEVELS * 3 + 1];
97 ctx->prediction = av_malloc_array((ctx->w >> NB_LEVELS), sizeof(int16_t)); in init_decoder()
106 ctx->band[plane][0].width = w >> NB_LEVELS; in init_decoder()
107 ctx->band[plane][0].height = h >> NB_LEVELS; in init_decoder()
108 ctx->band[plane][0].size = (w >> NB_LEVELS) * (h >> NB_LEVELS); in init_decoder()
110 for (i = 0; i < NB_LEVELS * 3; i++) { in init_decoder()
432 scaled_width = width >> NB_LEVELS; in reconstruction()
433 scaled_height = height >> NB_LEVELS; in reconstruction()
[all …]
/third_party/ffmpeg/libavutil/
Dlog.c57 #define NB_LEVELS 8 macro
391 colored_fputs(av_clip(level >> 3, 0, NB_LEVELS - 1), tint >> 8, part[2].str); in av_log_default_callback()
393 colored_fputs(av_clip(level >> 3, 0, NB_LEVELS - 1), tint >> 8, part[3].str); in av_log_default_callback()