Searched refs:square (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfixed_dsp.h106 * Calculate the square root
117 int retval, bit_mask, guess, square, i; local
132 square = (int)((accu + bit_mask) >> bits);
133 if (x >= square)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/magic/
H A Dmagicserver.cpp133 int ns1__magic(struct soap *soap, int n, matrix *square) argument
139 square->resize(n, n);
142 (*square)[i][j] = 0;
145 (*square)[i][j] = 1;
155 if ((*square)[k][l])
161 (*square)[i][j] = key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/magic/
H A Dmagicserver.cpp133 int ns1__magic(struct soap *soap, int n, matrix *square) argument
139 square->resize(n, n);
142 (*square)[i][j] = 0;
145 (*square)[i][j] = 1;
155 if ((*square)[k][l])
161 (*square)[i][j] = key;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dcrc32.c70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
359 local void gf2_matrix_square(square, mat)
360 unsigned long *square;
366 square[n] = gf2_matrix_times(mat, mat[n]);
398 /* apply len2 zeros to crc1 (first square will put the operator for one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dbpalogin.conf.sh78 When prompted, the current information is displayed in square brackets.
113 When prompted, the default information is displayed in square brackets.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dcrc32.c70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
359 local void gf2_matrix_square(square, mat)
360 unsigned long *square;
366 square[n] = gf2_matrix_times(mat, mat[n]);
398 /* apply len2 zeros to crc1 (first square will put the operator for one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dcrc32.c70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
359 local void gf2_matrix_square(square, mat)
360 unsigned long *square;
366 square[n] = gf2_matrix_times(mat, mat[n]);
398 /* apply len2 zeros to crc1 (first square will put the operator for one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dcrc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
344 local void gf2_matrix_square(square, mat)
345 unsigned long *square;
351 square[n] = gf2_matrix_times(mat, mat[n]);
383 /* apply len2 zeros to crc1 (first square will put the operator for one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dcrc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
344 local void gf2_matrix_square(square, mat)
345 unsigned long *square;
351 square[n] = gf2_matrix_times(mat, mat[n]);
383 /* apply len2 zeros to crc1 (first square will put the operator for one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mc_template.c37 static void mc_part(H264Context *h, int n, int square, argument
53 mc_part_weighted(h, n, square, height, delta, dest_y, dest_cb, dest_cr,
58 mc_part_std(h, n, square, height, delta, dest_y, dest_cb, dest_cr,
H A Dh264_mb.c204 int n, int square, int height,
247 if (!square)
265 if (!square)
279 if (!square)
318 static av_always_inline void mc_part_std(H264Context *h, int n, int square, argument
349 mc_dir_part(h, ref, n, square, height, delta, 0,
359 mc_dir_part(h, ref, n, square, height, delta, 1,
365 static av_always_inline void mc_part_weighted(H264Context *h, int n, int square, argument
409 mc_dir_part(h, &h->ref_list[0][refn0], n, square, height, delta, 0,
413 mc_dir_part(h, &h->ref_list[1][refn1], n, square, heigh
203 mc_dir_part(H264Context *h, H264Picture *pic, int n, int square, int height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, int pixel_shift, int chroma_idc) argument
[all...]
H A Ddpcm.c130 /* initialize square table */
132 int16_t square = i * i; local
133 s->roq_square_array[i ] = square;
134 s->roq_square_array[i + 128] = -square;
H A Dxan.c465 unsigned square = mul(a, a); local
466 return mul(square, square);
H A Droqvideoenc.c113 static inline int square(int x) function
123 diff += square(*b++ - *a++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddpcm.c131 /* initialize square table */
133 int16_t square = i * i; local
134 s->roq_square_array[i ] = square;
135 s->roq_square_array[i + 128] = -square;
H A Dxan.c420 unsigned square = mul(a, a); local
421 return mul(square, square);
H A Dcavs.c327 static inline void mc_dir_part(AVSContext *h,Picture *pic,int square, argument
363 if(!square){
382 static inline void mc_part_std(AVSContext *h,int square,int chroma_height,int delta, argument
398 mc_dir_part(h, ref, square, chroma_height, delta, 0,
408 mc_dir_part(h, ref, square, chroma_height, delta, 1,
H A Dh264.c445 mc_dir_part(H264Context *h, Picture *pic, int n, int square, argument
482 if(!square){
496 if(!square){
507 if(!square){
543 mc_part_std(H264Context *h, int n, int square, int height, int delta, argument
570 mc_dir_part(h, ref, n, square, height, delta, 0,
580 mc_dir_part(h, ref, n, square, height, delta, 1,
587 mc_part_weighted(H264Context *h, int n, int square, int height, int delta, argument
625 mc_dir_part(h, &h->ref_list[0][refn0], n, square, height, delta, 0,
629 mc_dir_part(h, &h->ref_list[1][refn1], n, square, heigh
674 mc_part(H264Context *h, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, h264_weight_func *weight_op, h264_biweight_func *weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) argument
[all...]
H A Droqvideoenc.c110 static inline int square(int x) function
120 diff += square(*b++ - *a++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputilenc_yasm.asm310 ; now convert to 16-bit vectors so we can square them
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddsputilenc.asm312 ; now convert to 16-bit vectors so we can square them
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmanual.tex332 (For example, a function in a library to compute square roots has
336 be optional: if the application does not supply it, the square
337 root function must still compute square roots.)
H A Dmanual2e.tex335 (For example, a function in a library to compute square roots has
339 be optional: if the application does not supply it, the square
340 root function must still compute square roots.)
H A Dexpr.tex305 usually be written at once. Lists are written in square bracketed,
H A Dtextattrex.tex177 \item {\tt standard/square}

Completed in 203 milliseconds

12