Searched refs:angle (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddisplay.h58 * @return the angle (in degrees) by which the transformation rotates the frame.
59 * The angle will be in range [-180.0, 180.0], or NaN if the matrix is
69 * specified angle (in degrees).
73 * @param angle rotation angle in degrees.
75 void av_display_rotation_set(int32_t matrix[9], double angle);
H A Ddisplay.c50 void av_display_rotation_set(int32_t matrix[9], double angle) argument
52 double radians = angle * M_PI / 180.0f;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dtransform.h66 * [ zoom * cos(angle), -sin(angle), x_shift,
67 * sin(angle), zoom * cos(angle), y_shift,
72 * @param angle rotation in radians
76 void avfilter_get_matrix(float x_shift, float y_shift, float angle, float zoom, float *matrix);
H A Dvf_deshake.c36 * - Find most likely rotation angle
289 t->angle = clean_mean(angles, pos);
290 if (t->angle < 0.001)
291 t->angle = 0;
293 t->angle = 0;
311 t->vector.x += (cos(t->angle)-1)*p_x - sin(t->angle)*p_y;
312 t->vector.y += sin(t->angle)*p_x + (cos(t->angle)-1)*p_y;
317 t->angle
[all...]
H A Dvf_rotate.c65 double angle; member in struct:__anon3417
66 char *angle_expr_str; ///< expression for the angle
67 AVExpr *angle_expr; ///< parsed expression for the angle
96 { "angle", "set angle (in radians)", OFFSET(angle_expr_str), AV_OPT_TYPE_STRING, {.str="0"}, CHAR_MIN, CHAR_MAX, .flags=FLAGS },
97 { "a", "set angle (in radians)", OFFSET(angle_expr_str), AV_OPT_TYPE_STRING, {.str="0"}, CHAR_MIN, CHAR_MAX, .flags=FLAGS },
152 static double get_rotated_w(void *opaque, double angle) argument
157 float sinx = sin(angle);
158 float cosx = cos(angle);
164 static double get_rotated_h(void *opaque, double angle) argument
336 simple_rotate_internal(uint8_t *dst, const uint8_t *src, int src_linesize, int angle, int elem_size, int len) argument
358 simple_rotate(uint8_t *dst, const uint8_t *src, int src_linesize, int angle, int elem_size, int len) argument
[all...]
H A Ddeshake.h52 double angle; ///< Angle of rotation member in struct:__anon3348
H A Dtransform.c106 void avfilter_get_matrix(float x_shift, float y_shift, float angle, float zoom, float *matrix) { argument
107 matrix[0] = zoom * cos(angle);
108 matrix[1] = -sin(angle);
H A Dvf_vignette.c60 DEF_EXPR_FIELDS(angle);
77 { "angle", "set lens angle", OFFSET(angle_expr), AV_OPT_TYPE_STRING, {.str="PI/5"}, .flags = FLAGS },
78 { "a", "set lens angle", OFFSET(angle_expr), AV_OPT_TYPE_STRING, {.str="PI/5"}, .flags = FLAGS },
108 PARSE_EXPR(angle);
145 const double c = cos(s->angle * dnorm);
169 s->angle = av_clipf(av_expr_eval(s->angle_pexpr, s->var_values, NULL), 0, M_PI_2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbluray.c39 int angle; member in struct:__anon3461
47 {"angle", "", OFFSET(angle), AV_OPT_TYPE_INT, { .i64=0 }, 0, 0xfe, AV_OPT_FLAG_DECODING_PARAM },
177 /* select angle */
178 if (bd->angle >= 0) {
179 bd_select_angle(bd->bd, bd->angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dulti.c138 static void ulti_grad(AVFrame *frame, int x, int y, uint8_t *Y, int chroma, int angle) argument
141 if(angle & 8) { //reverse order
143 angle &= 0x7;
151 switch(angle){
278 int angle = 0; local
305 angle = angle_by_index[(tmp >> 6) & 0x3];
310 if (angle) {
329 angle = 16;
333 angle = (tmp >> 12) & 0xF;
379 angle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dulti.c140 static void ulti_grad(AVFrame *frame, int x, int y, uint8_t *Y, int chroma, int angle) argument
143 if(angle & 8) { //reverse order
145 angle &= 0x7;
153 switch(angle){
276 int angle = 0; local
303 angle = angle_by_index[(tmp >> 6) & 0x3];
308 if (angle) {
327 angle = 16;
331 angle = (tmp >> 12) & 0xF;
377 angle
[all...]
H A Dhevcpred_template.c440 int angle = intra_pred_angle[mode - 2]; local
444 int last = (size * angle) >> 5;
448 if (angle < 0 && last < -1) {
457 int idx = ((y + 1) * angle) >> 5;
458 int fact = ((y + 1) * angle) & 31;
481 if (angle < 0 && last < -1) {
490 int idx = ((x + 1) * angle) >> 5;
491 int fact = ((x + 1) * angle) & 31;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgraphcmn.cpp193 void wxGraphicsMatrix::Rotate( wxDouble angle )
196 GetMatrixData()->Rotate(angle);
572 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle )
575 Rotate( -angle );
577 Rotate( angle );
603 void wxGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle, const wxGraphicsBrush& backgroundBrush ) argument
619 path.AddLineToPoint( (int) (x + sin(angle) * height) , (int) (y + cos(angle) * height) );
621 (int) (x + sin(angle) * height + cos(angle) * widt
[all...]
H A Dmatrix.cpp310 double angle = degrees * pi / 180.0; local
311 double c = cos(angle);
312 double s = sin(angle);
585 double temp1 = GetValue(0,0); // for angle calculation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmatrix.h32 // at a certain coordinate and angle within another parent picture.
135 bool Rotate(double angle);
193 //we can do without Y -> m_matrix[1]{0] is -sin(rotation angle) and therefore zero
207 //we can do without X -> m_matrix[0]{1] is sin(rotation angle) and therefore zero
H A Ddc.h281 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) argument
282 { DoDrawRotatedText(text, x, y, angle); }
283 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) argument
284 { DoDrawRotatedText(text, pt.x, pt.y, angle); }
339 * \param sa Starting angle of arc
341 * \param ea Ending angle of arc.
342 * \param angle Rotation angle, the Arc will be rotated after
347 double sa = 0, double ea = 0, double angle = 0 )
348 { DoDrawEllipticArcRot( x, y, width, height, sa, ea, angle ); }
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_common.c433 u32 angle = 0; local
450 if (theta > angle) {
454 angle += arctg[i];
459 angle -= arctg[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawn.h198 inline void DrawAtAngle(int angle) { m_currentAngle = angle; }; argument
216 // Which angle are we using/drawing into?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dau1100fb.c369 * Rotate the display of this angle. This doesn't seems to be used by the core,
372 void au1100fb_fb_rotate(struct fb_info *fbi, int angle) argument
376 print_dbg("fb_rotate %p %d", fbi, angle);
378 if (fbdev && (angle > 0) && !(angle % 90)) {
383 fbdev->regs->lcd_control |= ((angle/90) << LCD_CONTROL_SM_BIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp830 static double wxConvertWXangleToMACangle(double angle) argument
832 double newAngle = 90 - angle ;
911 double angle = sa - ea; local
912 if ( angle > 0 )
913 angle -= 360 ;
942 PaintArc(&r, (short)sa, (short)angle);
948 FrameArc(&r, (short)sa, (short)angle);
1465 double angle)
1489 int iAngle = int( angle );
1538 x2 = (int) (drawX + sin(angle / RAD2DE
1464 DoDrawRotatedText(const wxString& str, wxCoord x, wxCoord y, double angle) argument
[all...]
H A Dgraphics.cpp860 virtual void Rotate( wxDouble angle );
975 void wxMacCoreGraphicsMatrixData::Rotate( wxDouble angle )
977 m_matrix = CGAffineTransformRotate( m_matrix, angle);
1255 virtual void Rotate( wxDouble angle );
1295 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle );
1705 void wxMacCoreGraphicsContext::Rotate( wxDouble angle )
1708 CGContextRotateCTM( m_cgContext , angle );
1710 m_windowTransform = CGAffineTransformRotate(m_windowTransform,angle);
1785 void wxMacCoreGraphicsContext::DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle )
1828 int iAngle = int( angle * RAD2DE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng2-x.c1216 double angle=0.0, aoffset=0.0, maxDist, dist; local
1233 angle = CLIP(angle, 0.0, 360.0);
1247 angle = (x == 0)? PI_2 : atan((double)y / (double)x);
1251 intensity = cos((angle+(rotate*dist*PI)) * freq) *
1254 hue = (angle + PI) * INV_PI_360 + aoffset;
1985 double angle=0.0, aoffset=0.0, maxDist, dist; local
1998 angle = CLIP(angle, 0.0, 360.0);
2012 angle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.cpp354 GLfloat angle = CalcRotateAngle( lasttime, acceltime ); local
357 Rotate( angle );
359 Rotate( -angle );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h122 void DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb.h150 int (*set_rotate) (int angle);

Completed in 245 milliseconds

1234