Home
last modified time | relevance | path

Searched refs:HDR_GET_LAYER (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/minimp3/
H A Dminimp3_ex.h185 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
254 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
273 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1683 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/emulators/mame/mame-mame0226/3rdparty/minimp3/
H A Dminimp3_ex.h185 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
254 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
273 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1683 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dminimp3_ex.h364 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
516 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
576 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
266 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
285 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1733 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A Dminimp3_ex.h363 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
515 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
575 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
266 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
285 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1733 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Dminimp3_ex.h363 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
515 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
575 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
266 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
285 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1733 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dminimp3_ex.h363 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
515 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
575 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
266 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
285 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1733 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/audio/libaudec/libaudec-0.3.4/inc/
H A Dminimp3_ex.h364 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
516 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
576 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
266 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
285 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1733 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/minimp3-sys-0.3.2/minimp3/
H A Dminimp3_ex.h307 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
445 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
505 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
256 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
275 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1717 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
268 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
287 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1735 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
H A Dminimp3_ex.h371 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
523 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
583 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
/dports/audio/minimp3/minimp3-ca7c706/
H A Dminimp3.h73 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
268 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
287 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1745 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()
H A Dminimp3_ex.h371 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_load_cb()
523 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_buf()
583 frame_info.layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_iterate_cb()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dminimp3.h75 #define HDR_GET_LAYER(h) (((h[1]) >> 1) & 3) macro
258 (HDR_GET_LAYER(h) != 0) && in hdr_valid()
277 return 2*halfrate[!!HDR_TEST_MPEG1(h)][HDR_GET_LAYER(h) - 1][HDR_GET_BITRATE(h)]; in hdr_bitrate_kbps()
1718 info->layer = 4 - HDR_GET_LAYER(hdr); in mp3dec_decode_frame()