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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddpcm.c118 short square; local
126 /* initialize square table */
128 square = i * i;
129 s->roq_square_array[i] = square;
130 s->roq_square_array[i + 128] = -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 Droqvideoenc.c111 static inline int square(int x) function
121 diff += square(*b++ - *a++);
H A Dh264.c1600 static inline void mc_dir_part(H264Context *h, Picture *pic, int n, int square, int chroma_height, int delta, int list, argument
1631 if(!square){
1658 static inline void mc_part_std(H264Context *h, int n, int square, int chroma_height, int delta, argument
1676 mc_dir_part(h, ref, n, square, chroma_height, delta, 0,
1686 mc_dir_part(h, ref, n, square, chroma_height, delta, 1,
1692 static inline void mc_part_weighted(H264Context *h, int n, int square, int chroma_height, int delta, argument
1716 mc_dir_part(h, &h->ref_list[0][refn0], n, square, chroma_height, delta, 0,
1719 mc_dir_part(h, &h->ref_list[1][refn1], n, square, chroma_height, delta, 1,
1744 mc_dir_part(h, ref, n, square, chroma_height, delta, list,
1759 static inline void mc_part(H264Context *h, int n, int square, in argument
[all...]
H A Dsnow.c3174 static const int square[8][2]= {{+1, 0},{-1, 0},{ 0,+1},{ 0,-1},{+1,+1},{-1,-1},{+1,-1},{-1,+1},}; local
3177 dia_change |= check_block_inter(s, mb_x, mb_y, block->mx+square[i][0], block->my+square[i][1], *obmc_edged, &best_rd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex422 decoupling operation is the same for all pairs, converting square
H A D04-codec.tex203 \item if set, square polar channel mapping is in use:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex6512 \message{Warning: unbalanced square brackets in @def...}%
6931 % Use the node name inside the square brackets.
6935 % the square brackets. Use the real section title if we have it.
7035 % since square brackets don't work well in some documents. Particularly
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex6751 \message{Warning: unbalanced square brackets in @def...}%
7170 % Use the node name inside the square brackets.
7174 % the square brackets. Use the real section title if we have it.
7276 % since square brackets don't work well in some documents. Particularly
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S6971 # extended-precision numbers whose square over/underflow #
15564 fsqrt.x (%a0),%fp0 # execute square root
15672 fsqrt.x FP_SCR0(%a6),%fp0 # execute square root
15723 fsqrt.x FP_SCR0(%a6),%fp0 # perform square root

Completed in 370 milliseconds