Home
last modified time | relevance | path

Searched refs:p_y (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c118 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/ffmpeg/libavcodec/mips/
H A Dsbrdsp_mips.c670 float *p_y; in sbr_hf_g_filt_mips() local
674 p_y = &Y[0][0]; in sbr_hf_g_filt_mips()
689 "swc1 %[temp1], 0(%[p_y]) \n\t" in sbr_hf_g_filt_mips()
690 "swc1 %[temp2], 4(%[p_y]) \n\t" in sbr_hf_g_filt_mips()
692 PTR_ADDIU "%[p_y], %[p_y], 8 \n\t" 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/libavfilter/
H A Dvf_deshake.c245 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()

Completed in 4 milliseconds