Home
last modified time | relevance | path

Searched refs:MAX_LEVEL (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Drl.c29 uint8_t static_store[2][2 * MAX_RUN + MAX_LEVEL + 3]) in ff_rl_init()
31 int8_t max_level[MAX_RUN + 1], max_run[MAX_LEVEL + 1]; in ff_rl_init()
50 memset(max_run, 0, MAX_LEVEL + 1); in ff_rl_init()
65 memcpy(rl->max_run[last], max_run, MAX_LEVEL + 1); in ff_rl_init()
66 rl->index_run[last] = static_store[last] + MAX_RUN + MAX_LEVEL + 2; in ff_rl_init()
97 level = MAX_LEVEL; in ff_rl_init_vlc()
Drl.h36 #define MAX_LEVEL 64 macro
55 void ff_rl_init(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]);
Dmsmpeg4enc.c45 static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][MAX_RUN+1][2];
92 if (level > MAX_LEVEL) in get_size_of_code()
139 for (level = 1; level <= MAX_LEVEL; level++) { in ff_msmpeg4_encode_init()
167 for(level=0; level<=MAX_LEVEL; level++){ in find_best_tables()
201 memset(s->ac_stats, 0, sizeof(int)*(MAX_LEVEL+1)*(MAX_RUN+1)*2*2*2); in find_best_tables()
621 if(level<=MAX_LEVEL && run<=MAX_RUN){ in ff_msmpeg4_encode_block()
639 if (level > MAX_LEVEL) in ff_msmpeg4_encode_block()
Dmsmpeg4data.h62 extern uint8_t ff_static_rl_table_store[NB_RL_TABLES][2][2 * MAX_RUN + MAX_LEVEL + 3];
Dmsmpeg4data.c36 uint8_t ff_static_rl_table_store[NB_RL_TABLES][2][2 * MAX_RUN + MAX_LEVEL + 3];
Dh261enc.c330 av_assert0(MAX_LEVEL >= 64); in init_uni_h261_rl_tab()
367 static uint8_t h261_rl_table_store[2][2 * MAX_RUN + MAX_LEVEL + 3]; in h261_encode_init_static()
Dmpeg4video.h183 extern uint8_t ff_mpeg4_static_rl_table_store[3][2][2 * MAX_RUN + MAX_LEVEL + 3];
Dmpeg4video.c28 uint8_t ff_mpeg4_static_rl_table_store[3][2][2 * MAX_RUN + MAX_LEVEL + 3];
Dmpeg12.c84 level = MAX_LEVEL; in ff_init_2d_vlc_rl()
Dspeedhqenc.c39 static uint8_t speedhq_static_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
Dituh263enc.c720 av_assert0(MAX_LEVEL >= 64); in init_uni_h263_rl_tab()
762 static uint8_t rl_intra_table[2][2 * MAX_RUN + MAX_LEVEL + 3]; in ff_h263_encode_init()
Dh263.c44 static uint8_t h263_rl_inter_table[2][2 * MAX_RUN + MAX_LEVEL + 3]; in h263_init_rl_inter()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dconfig_enc.c138 #define MAX_LEVEL 9 macro
144 } kLosslessPresets[MAX_LEVEL + 1] = {
150 if (config == NULL || level < 0 || level > MAX_LEVEL) return 0; in WebPConfigLosslessPreset()
Dquant_enc.c648 if (thresh_level > MAX_LEVEL) thresh_level = MAX_LEVEL; in TrellisQuantizeBlock()
649 if (level0 > MAX_LEVEL) level0 = MAX_LEVEL; in TrellisQuantizeBlock()
Dvp8i_enc.h39 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67) enumerator
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_lod.txt67 array past the limit specified by MAX_LEVEL or p. But the
185 MAX_LEVEL (or p, whichever is smaller) must meet these requirements.
186 The specification of BASE_LEVEL was described above. MAX_LEVEL is
191 INVALID_VALUE is generated if the specified MAX_LEVEL is negative.
192 If MAX_LEVEL is smaller than BASE_LEVEL, or if BASE_LEVEL is greater
203 the limits specified by MAX_LEVEL and p is accessed.
214 M = min(MAX_LEVEL,p) - BASE_LEVEL
229 levels BASE_LEVEL and BASE_LEVEL+1. If the minimum of MAX_LEVEL and p
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_lod.txt67 array past the limit specified by MAX_LEVEL or p. But the
185 MAX_LEVEL (or p, whichever is smaller) must meet these requirements.
186 The specification of BASE_LEVEL was described above. MAX_LEVEL is
191 INVALID_VALUE is generated if the specified MAX_LEVEL is negative.
192 If MAX_LEVEL is smaller than BASE_LEVEL, or if BASE_LEVEL is greater
203 the limits specified by MAX_LEVEL and p is accessed.
214 M = min(MAX_LEVEL,p) - BASE_LEVEL
229 levels BASE_LEVEL and BASE_LEVEL+1. If the minimum of MAX_LEVEL and p
/third_party/ffmpeg/libavfilter/
Dvf_spp.c73 …{ "quality", "set quality", OFFSET(log2_count), AV_OPT_TYPE_INT, {.i64 = 3}, 0, MAX_LEVEL, TFLAGS …
311 FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count, in filter()
316 FFMIN(8, height + 8 - y), MAX_LEVEL - p->log2_count, in filter()
460 s->log2_count = MAX_LEVEL; in process_command()
462 s->log2_count = av_clip(strtol(args, NULL, 10), 0, MAX_LEVEL); in process_command()
Dvf_spp.h28 #define MAX_LEVEL 6 /* quality levels */ macro
Dvf_fspp.h29 #define MAX_LEVEL 5 macro
Dvf_uspp.c39 #define MAX_LEVEL 8 /* quality levels */ macro
65 … OFFSET(log2_count), AV_OPT_TYPE_INT, {.i64 = 3}, 0, MAX_LEVEL, FLAGS },
Dvf_lut3d.c63 #define MAX_LEVEL 256 macro
663 if (lutsize < 2 || lutsize > MAX_LEVEL) { in allocate_3dlut()
857 in > MAX_LEVEL*MAX_LEVEL*MAX_LEVEL || in parse_m3d()
858 out > MAX_LEVEL*MAX_LEVEL*MAX_LEVEL) { in parse_m3d()
1545 if (level > MAX_LEVEL) { in config_clut()
1546 const int max_clut_level = sqrt(MAX_LEVEL); in config_clut()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcost.c52 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = {
Denc_sse41.c203 const __m128i max_coeff_2047 = _mm_set1_epi16(MAX_LEVEL); in DoQuantizeBlock_SSE41()
/third_party/ffmpeg/libavfilter/x86/
Dvf_spp.c212 : "r"(dst + width), "r"(dither[y]), "g"(log2_scale), "g"(MAX_LEVEL - log2_scale) in store_slice_mmx()

12