Searched refs:p_y (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | sbrdsp_mips.c | 670 float *p_y; in sbr_hf_g_filt_mips() local 674 p_y = &Y[0][0]; in sbr_hf_g_filt_mips() 697 [p_y]"+r"(p_y), [p_g]"+r"(p_g) in sbr_hf_g_filt_mips()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 118 int p_x, p_y; in xcbgrab_reposition() local 124 p_y = p->win_y; in xcbgrab_reposition() 128 y = p_y - h / 2; in xcbgrab_reposition() 139 if (p_y > bottom) { in xcbgrab_reposition() 140 y += p_y - bottom; in xcbgrab_reposition() 141 } else if (p_y < top) { in xcbgrab_reposition() 142 y -= top - p_y; in xcbgrab_reposition()
|
/third_party/openGLES/extensions/IGLOO/ |
D | IGLOO_viewport_offsetXXX.txt | 41 y_w = (p_y/2) y_d + o_y + 0.5 86 (y_w) = ((p_y/2)y_d + o_y + offset) )
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IGLOO/ |
D | IGLOO_viewport_offsetXXX.txt | 41 y_w = (p_y/2) y_d + o_y + 0.5 86 (y_w) = ((p_y/2)y_d + o_y + offset) )
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake.c | 245 double p_x, p_y; in find_motion() local 303 p_y = (center_y - height / 2.0); in find_motion() 304 t->vec.x += (cos(t->angle)-1)*p_x - sin(t->angle)*p_y; in find_motion() 305 t->vec.y += sin(t->angle)*p_x + (cos(t->angle)-1)*p_y; in find_motion()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_clip_control.txt | 137 ( y_w ) = ( p_y/2 y_d + o_y )
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_clip_control.txt | 137 ( y_w ) = ( p_y/2 y_d + o_y )
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_viewport_array.txt | 152 width and height in pixels, p_x and p_y, respectively, and its 250 p_y = h.
|
/third_party/openGLES/extensions/NV/ |
D | NV_viewport_array.txt | 152 width and height in pixels, p_x and p_y, respectively, and its 250 p_y = h.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_viewport_array.txt | 156 width and height in pixels, p_x and p_y, respectively, and its 258 p_y = h.
|
/third_party/openGLES/extensions/OES/ |
D | OES_viewport_array.txt | 166 width and height in pixels, p_x and p_y, respectively, and its 268 p_y = h.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_viewport_array.txt | 191 width and height in pixels, p_x and p_y, respectively, and its
|
D | ARB_clip_control.txt | 207 ( y_w ) = ( p_y/2 y_d + o_y )
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_viewport_array.txt | 201 width and height in pixels, p_x and p_y, respectively, and its
|
D | ARB_clip_control.txt | 217 ( y_w ) = ( p_y/2 y_d + o_y )
|