/third_party/ffmpeg/libavcodec/ |
D | rl.c | 29 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()
|
D | rl.h | 36 #define MAX_LEVEL 64 macro 55 void ff_rl_init(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]);
|
D | msmpeg4enc.c | 45 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()
|
D | msmpeg4data.h | 62 extern uint8_t ff_static_rl_table_store[NB_RL_TABLES][2][2 * MAX_RUN + MAX_LEVEL + 3];
|
D | msmpeg4data.c | 36 uint8_t ff_static_rl_table_store[NB_RL_TABLES][2][2 * MAX_RUN + MAX_LEVEL + 3];
|
D | h261enc.c | 330 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()
|
D | mpeg4video.h | 183 extern uint8_t ff_mpeg4_static_rl_table_store[3][2][2 * MAX_RUN + MAX_LEVEL + 3];
|
D | mpeg4video.c | 28 uint8_t ff_mpeg4_static_rl_table_store[3][2][2 * MAX_RUN + MAX_LEVEL + 3];
|
D | mpeg12.c | 84 level = MAX_LEVEL; in ff_init_2d_vlc_rl()
|
D | speedhqenc.c | 39 static uint8_t speedhq_static_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3];
|
D | ituh263enc.c | 720 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()
|
D | h263.c | 44 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/ |
D | config_enc.c | 138 #define MAX_LEVEL 9 macro 144 } kLosslessPresets[MAX_LEVEL + 1] = { 150 if (config == NULL || level < 0 || level > MAX_LEVEL) return 0; in WebPConfigLosslessPreset()
|
D | quant_enc.c | 648 if (thresh_level > MAX_LEVEL) thresh_level = MAX_LEVEL; in TrellisQuantizeBlock() 649 if (level0 > MAX_LEVEL) level0 = MAX_LEVEL; in TrellisQuantizeBlock()
|
D | vp8i_enc.h | 39 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67) enumerator
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture_lod.txt | 67 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/ |
D | SGIS_texture_lod.txt | 67 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/ |
D | vf_spp.c | 73 …{ "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()
|
D | vf_spp.h | 28 #define MAX_LEVEL 6 /* quality levels */ macro
|
D | vf_fspp.h | 29 #define MAX_LEVEL 5 macro
|
D | vf_uspp.c | 39 #define MAX_LEVEL 8 /* quality levels */ macro 65 … OFFSET(log2_count), AV_OPT_TYPE_INT, {.i64 = 3}, 0, MAX_LEVEL, FLAGS },
|
D | vf_lut3d.c | 63 #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/ |
D | cost.c | 52 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = {
|
D | enc_sse41.c | 203 const __m128i max_coeff_2047 = _mm_set1_epi16(MAX_LEVEL); in DoQuantizeBlock_SSE41()
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_spp.c | 212 : "r"(dst + width), "r"(dither[y]), "g"(log2_scale), "g"(MAX_LEVEL - log2_scale) in store_slice_mmx()
|