Home
last modified time | relevance | path

Searched refs:coding_method (Results 1 – 25 of 128) sorted by relevance

123456

/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/flac/algorithms/
H A Dencode_residual.pfl12 VAR coding_method "coding method";
34 coding_method <- 1;
36 coding_method <- 0;
38 coding_method -> write 2 unsigned;
46 if coding_method == 0 {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Dcoding.h148 struct coding_method;
158 coding_method* cm; // coding method that defines this stream
194 struct coding_method { struct
197 coding_method* next; // what to do when we run out of bytes argument
202 coding_method* uValues; // unfavored value stream argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.pack/share/native/common-unpack/
H A Dcoding.h148 struct coding_method;
158 coding_method* cm; // coding method that defines this stream
194 struct coding_method { struct
197 coding_method* next; // what to do when we run out of bytes argument
202 coding_method* uValues; // unfavored value stream argument
/dports/games/multimc/MultiMC5-0.6.11/libraries/pack200/src/
H A Dcoding.h170 struct coding_method;
181 coding_method *cm; // coding method that defines this stream
223 struct coding_method struct
227 coding_method *next; // what to do when we run out of bytes argument
232 coding_method *uValues; // unfavored value stream argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Dcoding.h148 struct coding_method;
158 coding_method* cm; // coding method that defines this stream
194 struct coding_method { struct
197 coding_method* next; // what to do when we run out of bytes argument
202 coding_method* uValues; // unfavored value stream argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.pack/share/native/common-unpack/
H A Dcoding.h148 struct coding_method;
158 coding_method* cm; // coding method that defines this stream
194 struct coding_method { struct
197 coding_method* next; // what to do when we run out of bytes argument
202 coding_method* uValues; // unfavored value stream argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.h148 struct coding_method;
158 coding_method* cm; // coding method that defines this stream
194 struct coding_method { struct
197 coding_method* next; // what to do when we run out of bytes argument
202 coding_method* uValues; // unfavored value stream argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.h148 struct coding_method;
158 coding_method* cm; // coding method that defines this stream
194 struct coding_method { struct
197 coding_method* next; // what to do when we run out of bytes argument
202 coding_method* uValues; // unfavored value stream argument
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dvp3.c152 uint8_t coding_method; member
787 s->all_fragments[current_fragment].coding_method = in unpack_superblocks()
831 s->all_fragments[current_fragment].coding_method = in unpack_superblocks()
887 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
1312 #define FRAME_CODED(x) (s->all_fragments[x].coding_method != MODE_COPY)
1398 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1401 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1542 if ((s->all_fragments[i].coding_method != MODE_COPY) && in render_slice()
1614 i, s->all_fragments[i].coding_method, in render_slice()
1679 ((s->all_fragments[i].coding_method != MODE_COPY) || in render_slice()
[all …]
H A Dqdm2.c190 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
538 if((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
542 switch (switchtable[coding_method[ch][sb][j]-8]) { in fix_coding_method_array()
554 … if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[ch][sb][j]) in fix_coding_method_array()
670 sb_int8_array coding_method, int nb_channels, in fill_coding_method_array() argument
765 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
766 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
769 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
833 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
834 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dqdm2.c181 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
373 sb_int8_array coding_method) in fix_coding_method_array() argument
381 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
383 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
418 if (coding_method[ch][sbjk][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
628 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
629 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
632 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
694 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
695 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c61 uint8_t coding_method; member
801 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
855 if (frag->coding_method != MODE_COPY) in unpack_modes()
856 frag->coding_method = coding_mode; in unpack_modes()
863 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1727 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1729 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1813 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1953 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1954 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dqdm2.c181 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
373 sb_int8_array coding_method) in fix_coding_method_array() argument
381 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
383 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
418 if (coding_method[ch][sbjk][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
628 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
629 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
632 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
694 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
695 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c61 uint8_t coding_method; member
801 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
855 if (frag->coding_method != MODE_COPY) in unpack_modes()
856 frag->coding_method = coding_mode; in unpack_modes()
863 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1727 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1729 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1813 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1953 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1954 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dqdm2.c179 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
371 sb_int8_array coding_method) in fix_coding_method_array() argument
379 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
381 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
411 … if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
621 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
622 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
625 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
687 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
688 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c54 uint8_t coding_method; member
638 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
694 if (frag->coding_method != MODE_COPY) in unpack_modes()
695 frag->coding_method = coding_mode; in unpack_modes()
702 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1285 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1287 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1371 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1511 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1512 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dqdm2.c179 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
371 sb_int8_array coding_method) in fix_coding_method_array() argument
379 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
381 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
416 if (coding_method[ch][sbjk][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
626 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
627 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
630 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
692 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
693 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c56 uint8_t coding_method; member
806 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
860 if (frag->coding_method != MODE_COPY) in unpack_modes()
861 frag->coding_method = coding_mode; in unpack_modes()
868 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1717 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1719 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1803 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1943 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1944 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dqdm2.c179 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
371 sb_int8_array coding_method) in fix_coding_method_array() argument
379 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
381 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
416 if (coding_method[ch][sbjk][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
626 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
627 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
630 if (coding_method[ch][sb][j] < 16) in fill_coding_method_array()
692 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
693 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c56 uint8_t coding_method; member
803 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
857 if (frag->coding_method != MODE_COPY) in unpack_modes()
858 frag->coding_method = coding_mode; in unpack_modes()
865 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1714 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1716 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1800 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1940 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1941 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dqdm2.c182 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
536 sb_int8_array coding_method) in fix_coding_method_array() argument
544 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
546 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
576 … if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
785 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
786 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
852 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
853 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
856 q->coding_method)) { in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c54 uint8_t coding_method; member
603 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
659 if (frag->coding_method != MODE_COPY) in unpack_modes()
660 frag->coding_method = coding_mode; in unpack_modes()
667 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1238 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1240 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1324 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1464 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1465 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dqdm2.c182 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member
536 sb_int8_array coding_method) in fix_coding_method_array() argument
544 if (coding_method[ch][sb][j] < 8) in fix_coding_method_array()
546 if ((coding_method[ch][sb][j] - 8) > 22) { in fix_coding_method_array()
576 … if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[ch][sb][j]) { in fix_coding_method_array()
785 if (coding_method[ch][sb][j] < 10) in fill_coding_method_array()
786 coding_method[ch][sb][j] = 10; in fill_coding_method_array()
852 if (q->coding_method[1][sb][j] > q->coding_method[0][sb][j]) in synthfilt_build_sb_samples()
853 q->coding_method[0][sb][j] = q->coding_method[1][sb][j]; in synthfilt_build_sb_samples()
856 q->coding_method)) { in synthfilt_build_sb_samples()
[all …]
H A Dvp3.c54 uint8_t coding_method; member
603 s->all_fragments[i].coding_method = MODE_INTRA; in unpack_modes()
659 if (frag->coding_method != MODE_COPY) in unpack_modes()
660 frag->coding_method = coding_mode; in unpack_modes()
667 frag[s->fragment_start[2]].coding_method = coding_mode; in unpack_modes()
1238 if (s->all_fragments[i].coding_method != MODE_COPY) { in reverse_dc_prediction()
1240 compatible_frame[s->all_fragments[i].coding_method]; in reverse_dc_prediction()
1324 if (s->all_fragments[fragment].coding_method != MODE_COPY) { in apply_loop_filter()
1464 if (fragment->coding_method == MODE_USING_GOLDEN || in await_reference_row()
1465 fragment->coding_method == MODE_GOLDEN_MV) in await_reference_row()
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/py_decoders/
H A Dflac.py372 coding_method = self.reader.read(2)
383 coding_method,
388 coding_method,
393 def read_residual_partition(self, coding_method, residual_count): argument
394 if coding_method == 0:
402 elif coding_method == 1:

123456