Searched refs:points (Results 26 - 50 of 72) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c596 PPR; printf(" seek points: %u\n", block->data.seek_table.num_points);
598 if(block->data.seek_table.points[i].sample_number != FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER) {
600 PPR; printf(" point %u: sample_number=%I64u, stream_offset=%I64u, frame_samples=%u\n", i, block->data.seek_table.points[i].sample_number, block->data.seek_table.points[i].stream_offset, block->data.seek_table.points[i].frame_samples);
602 PPR; printf(" point %u: sample_number=%llu, stream_offset=%llu, frame_samples=%u\n", i, (unsigned long long)block->data.seek_table.points[i].sample_number, (unsigned long long)block->data.seek_table.points[i].stream_offset, block->data.seek_table.points[i].frame_samples);
648 PPR; printf(" number of index points: %u\n", track->num_indices);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideoenc.c794 int *points, int inputCount, roq_cell *results,
799 int *buf = points;
808 ff_init_elbg(points, 6*c_size, inputCount, codebook, cbsize, 1, closest_cb, &enc->randctx);
809 ff_do_elbg(points, 6*c_size, inputCount, codebook, cbsize, 1, closest_cb, &enc->randctx);
836 int *points = av_malloc(max*6*4*sizeof(int)); local
845 points[i] = bias*yuvClusters[i];
849 generate_codebook(enc, tempData, points, max, results4, 4, MAX_CBS_4x4);
856 generate_codebook(enc, tempData, points, max*4, enc->cb2x2, 2, MAX_CBS_2x2);
878 av_free(points);
793 generate_codebook(RoqContext *enc, RoqTempdata *tempdata, int *points, int inputCount, roq_cell *results, int size, int cbsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_mult.c311 * scalar*group->generator + scalars[0]*points[0] + ... + scalars[num-1]*points[num-1]
315 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
330 * or fewer points. Use the ec_wNAF_mul implementation for 3 or more points,
335 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
353 if (!ec_GF2m_montgomery_point_multiply(group, p, scalars[i], points[i], ctx)) goto err;
314 ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
H A Dec_lcl.h157 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
284 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
388 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
H A Dec2_smpl.c856 /* Indicates whether two points are equal.
940 int ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
946 if (!group->meth->make_affine(group, points[i], ctx)) return 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S258 # miscellaneous user mode entry points
277 # miscellaneous kernel mode entry points
309 # miscellaneous debug mode entry points
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_unfl.S157 lea WBTEMP(%a6),%a0 |a0 now points to operand
175 lea FPTEMP(%a6),%a0 |a0 now points to operand
180 bsrl denorm |returns denorm, a0 points to it
202 | Input: a0 points to input operand
206 | Output: a0 points to rounded operand
H A Dsgetem.S40 | handler. It points a0 to the input operand.
66 | handler. It points a0 to the input operand.
H A Dutil.S81 lea ETEMP(%a6),%a0 |a0 points to source operand
90 | Input a0 points to an operand in the internal extended format
91 | Output a0 points to the result in the internal extended format
161 | Input a0 points to an operand in the internal extended format
162 | Output a0 points to the result in the internal extended format
176 | a0 points to operand in internal extended format
178 | a0 points to result in internal extended format
486 | a0 points to input operand in the internal extended format
489 | a0 points to correct internal extended precision result.
H A Dround.S23 | a0 points to the input operand in the internal extended format
403 | a0 points to the operand to be denormalized
408 | a0 points to the denormalized result
488 | a0 points to the operand to be denormalized
492 | a0 points to the denormalized operand
H A Dkernel_ex.S133 | On entry, a0 points to the exceptional operand. The final exceptional
H A Dx_store.S8 | a6 = points to fp value to be stored.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c145 for(j=0;j<v->points;j++){
H A Dresiduedata.c128 /* seed the inputs to input points, but points on unit boundaries,
131 for(i=0,j=0;i<v->points && j<v->entries;i++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S159 # The one tricky part is that ds:si always points EDDEXTSIZE bytes into
169 # %ds points to the bootsector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c680 if(decoder->private_->has_seek_table && 0 != decoder->private_->seek_table.data.seek_table.points) {
681 free(decoder->private_->seek_table.data.seek_table.points);
682 decoder->private_->seek_table.data.seek_table.points = 0;
1012 if(decoder->private_->has_seek_table && 0 != decoder->private_->seek_table.data.seek_table.points) {
1013 free(decoder->private_->seek_table.data.seek_table.points);
1014 decoder->private_->seek_table.data.seek_table.points = 0;
1682 if(0 == (decoder->private_->seek_table.data.seek_table.points = (FLAC__StreamMetadata_SeekPoint*)safe_realloc_mul_2op_(decoder->private_->seek_table.data.seek_table.points, decoder->private_->seek_table.data.seek_table.num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint)))) {
1689 decoder->private_->seek_table.data.seek_table.points[i].sample_number = xx;
1693 decoder->private_->seek_table.data.seek_table.points[
[all...]
H A Dstream_encoder_framing.c116 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].sample_number, FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN))
118 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
120 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.seek_table.points[i].frame_samples, FLAC__STREAM_METADATA_SEEKPOINT_FRAME_SAMPLES_LEN))
H A Dmetadata_iterators.c2191 block->points = 0;
2192 else if(0 == (block->points = (FLAC__StreamMetadata_SeekPoint*)safe_malloc_mul_2op_(block->num_points, /*times*/sizeof(FLAC__StreamMetadata_SeekPoint))))
2199 block->points[i].sample_number = unpack_uint64_(buffer, 8);
2200 block->points[i].stream_offset = unpack_uint64_(buffer+8, 8);
2201 block->points[i].frame_samples = unpack_uint32_(buffer+16, 2);
2621 pack_uint64_(block->points[i].sample_number, buffer, 8);
2622 pack_uint64_(block->points[i].stream_offset, buffer+8, 8);
2623 pack_uint32_(block->points[i].frame_samples, buffer+16, 2);
H A Dstream_encoder.c2469 test_sample = encoder->private_->seek_table->points[i].sample_number;
2474 encoder->private_->seek_table->points[i].sample_number = frame_first_sample;
2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;
2476 encoder->private_->seek_table->points[i].frame_samples = blocksize;
2650 xx = encoder->private_->seek_table->points[i].sample_number;
2659 xx = encoder->private_->seek_table->points[i].stream_offset;
2668 x = encoder->private_->seek_table->points[i].frame_samples;
2837 xx = encoder->private_->seek_table->points[i].sample_number;
2846 xx = encoder->private_->seek_table->points[i].stream_offset;
2855 x = encoder->private_->seek_table->points[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c638 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
649 if (group->meth != points[i]->meth)
655 return group->meth->points_make_affine(group, num, points, ctx);
H A Decp_smpl.c1459 ret = 1; /* points differ */
1484 ret = 1; /* points differ */
1488 /* points are equal */
1538 int ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1562 /* Before converting the individual points, compute inverses of all Z values.
1595 heap[pow2/2 + i] = &points[i]->Z;
1661 /* we have replaced all non-zero Z's by their inverses, now fix up all the points */
1664 EC_POINT *p = points[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dformat.h600 * - The seek points must be sorted by ascending sample number.
611 FLAC__StreamMetadata_SeekPoint *points; member in struct:__anon781
680 /**< The number of track index points. */
683 /**< NULL if num_indices == 0, else pointer to array of index points. */
952 /** Sort a seek table's seek points according to the format specification.
954 * seek points with identical \a sample_number values. Duplicate seek
955 * points are converted into placeholder points and sorted to the end of
962 * The number of duplicate seek points converted into placeholders.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_entry.S109 | Entry points to get/put a register. Some of them can be get/put
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk145 # This points to the root of the build tree, currently known to
310 # when the make variable CLM_TYPE is defined it points to a config file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex179 floor that has all points set to minimum representation amplitude,
243 iterative prediction to find final Y values, these points are

Completed in 283 milliseconds

123