Searched refs:yC (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/gm/ |
H A D | complexclip2.cpp | 62 SkScalar yC = 20.65f; variable 82 fRects[3].setLTRB(xA, yC, xD, yF); 87 fRects[4].setLTRB(xC, yC, xF, yF);
|
/third_party/lame/libmp3lame/ |
H A D | gain_analysis.c | 157 Float_t yC = input[ -4] * kernel[ 6]; in filterYule() local 159 Float_t s01 = y8 + yA + yC + yE; in filterYule()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 716 const vector signed int yC = vec_and(t2C, t3C); in dering_altivec() local 722 const vector signed int sumBd4 = vec_perm(yB, yC, strangeperm1); in dering_altivec() 723 const vector signed int sumBd8 = vec_perm(yB, yC, strangeperm2); in dering_altivec()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 131 static int get_qPy(HEVCContext *s, int xC, int yC) in get_qPy() argument 135 int y = yC >> log2_min_cb_size; in get_qPy()
|
/third_party/skia/tests/ |
H A D | PathOpsOpTest.cpp | 1180 SkScalar yC = 20.65f; in rRect1() local 1192 rects[3].setLTRB(xA, yC, xD, yF); in rRect1() 1194 rects[4].setLTRB(xC, yC, xF, yF); in rRect1()
|
Completed in 25 milliseconds