Home
last modified time | relevance | path

Searched refs:OPT_SIZE (Results 1 – 25 of 99) sorted by relevance

1234

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dnellymoserenc.c55 #define OPT_SIZE ((1<<15) + 3000) macro
66 float (*opt )[OPT_SIZE];
67 uint8_t (*path)[OPT_SIZE];
199 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
200 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
246 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
247 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
249 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
263 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
265 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dnellymoserenc.c56 #define OPT_SIZE ((1<<15) + 3000) macro
67 float (*opt )[OPT_SIZE];
68 uint8_t (*path)[OPT_SIZE];
183 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
184 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
233 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
234 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
236 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
250 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
252 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dnellymoserenc.c55 #define OPT_SIZE ((1<<15) + 3000) macro
66 float (*opt )[OPT_SIZE];
67 uint8_t (*path)[OPT_SIZE];
197 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
198 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
244 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
245 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
247 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
261 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
263 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dnellymoserenc.c54 #define OPT_SIZE ((1<<15) + 3000) macro
65 float (*opt )[OPT_SIZE];
66 uint8_t (*path)[OPT_SIZE];
196 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
197 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
246 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
247 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
249 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
263 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
265 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c54 #define OPT_SIZE ((1<<15) + 3000) macro
65 float (*opt )[OPT_SIZE];
66 uint8_t (*path)[OPT_SIZE];
196 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
197 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
246 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
247 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
249 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
263 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
265 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dnellymoserenc.c56 #define OPT_SIZE ((1<<15) + 3000) macro
67 float (*opt )[OPT_SIZE];
68 uint8_t (*path)[OPT_SIZE];
183 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
184 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
233 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
234 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
236 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
250 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
252 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c54 #define OPT_SIZE ((1<<15) + 3000) macro
65 float (*opt )[OPT_SIZE];
66 uint8_t (*path)[OPT_SIZE];
196 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
197 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
246 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
247 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
249 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
263 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
265 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q); in get_exponent_dynamic()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/net/
H A Dbootp.h22 #define OPT_SIZE 312 /* Minimum DHCP Options size per RFC2131 - results in 576 byte pkt */ macro
24 #define OPT_SIZE 64 macro
47 char bp_vend[OPT_SIZE]; /* Vendor information */
H A Dbootp.c80 else if (len < sizeof (Bootp_t) - OPT_SIZE) in BootpCheckPkt()
380 *e++ = (576 - 312 + OPT_SIZE) >> 8; in DhcpExtended()
381 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in DhcpExtended()
490 *e++ = (576 - 312 + OPT_SIZE) >> 16; in BootpExtended()
491 *e++ = (576 - 312 + OPT_SIZE) & 0xff; in BootpExtended()
/dports/lang/micropython/micropython-1.17/drivers/wiznet5k/internet/dhcp/
H A Ddhcp.c98 #define OPT_SIZE 312 /// Max OPT size of @ref RIP_MSG macro
99 #define RIP_MSG_SIZE (236+OPT_SIZE) /// Max size of @ref RIP_MSG
189 uint8_t OPT[OPT_SIZE]; ///< Option
399 for (i = k; i < OPT_SIZE; i++) pDHCPMSG->OPT[i] = 0; in send_DHCP_DISCOVER()
500 for (i = k; i < OPT_SIZE; i++) pDHCPMSG->OPT[i] = 0; in send_DHCP_REQUEST()
555 for (i = k; i < OPT_SIZE; i++) pDHCPMSG->OPT[i] = 0; in send_DHCP_DECLINE()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-option.h45 #define OPT_SIZE (7) /* size_t */ macro
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dtruncate.c50 OPT_SIZE = (1 << 1), in truncate_main() enumerator
/dports/shells/bash/bash-5.1/examples/loadables/
H A Dfinfo.c79 #define OPT_SIZE 0x00200 macro
138 case 's': flags |= OPT_SIZE; break;
386 } else if (flags & OPT_SIZE)

1234