Home
last modified time | relevance | path

Searched refs:y_c (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dtransform.c54 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
64 y_c = y_f + 1; in INTERPOLATE_METHOD()
66 v1 = PIXEL(src, x_c, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
68 v3 = PIXEL(src, x_f, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
71 return (v1*(x - x_f)*(y - y_f) + v2*((x - x_f)*(y_c - y)) + in INTERPOLATE_METHOD()
72 v3*(x_c - x)*(y - y_f) + v4*((x_c - x)*(y_c - y))); in INTERPOLATE_METHOD()
81 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
91 y_c = y_f + 1; in INTERPOLATE_METHOD()
93 v1 = PIXEL(src, x_c, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
95 v3 = PIXEL(src, x_f, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
[all …]
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c962 static av_always_inline int significant_coeff_flag_decode(HEVCContext *s, int x_c, int y_c, in significant_coeff_flag_decode() argument
965 int inc = ctx_idx_map[(y_c << 2) + x_c] + offset; in significant_coeff_flag_decode()
1038 y_c = (y_cg << 2) + scan_y_off[n]; \ in ff_hevc_hls_residual_coding()
1229 int x_cg, y_cg, x_c, y_c, pos; in ff_hevc_hls_residual_coding() local
1316 y_c = scan_y_off[n]; in ff_hevc_hls_residual_coding()
1317 if (significant_coeff_flag_decode(s, x_c, y_c, scf_offset, ctx_idx_map_p)) { in ff_hevc_hls_residual_coding()
1461 if(y_c || x_c || log2_trafo_size < 4) { in ff_hevc_hls_residual_coding()
1463 case 3: pos = (y_c << 3) + x_c; break; in ff_hevc_hls_residual_coding()
1464 case 4: pos = ((y_c >> 1) << 3) + (x_c >> 1); break; in ff_hevc_hls_residual_coding()
1465 case 5: pos = ((y_c >> 2) << 3) + (x_c >> 2); break; in ff_hevc_hls_residual_coding()
[all …]
/third_party/typescript/tests/baselines/reference/
DdestructuringParameterProperties2.js26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; variable
55 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2];
DdestructuringParameterProperties3.js26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; variable
58 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2];
DdestructuringParameterProperties2.symbols74 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
77 >y_c : Symbol(y_c, Decl(destructuringParameterProperties2.ts, 24, 14))
DdestructuringParameterProperties3.symbols80 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
83 >y_c : Symbol(y_c, Decl(destructuringParameterProperties3.ts, 24, 14))
DdestructuringParameterProperties2.types111 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
114 >y_c : any
DdestructuringParameterProperties3.types111 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
114 >y_c : any
DdestructuringParameterProperties2.errors.txt52 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
DdestructuringParameterProperties3.errors.txt49 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
/third_party/openGLES/extensions/EXT/
DEXT_clip_control.txt114 -w_c <= y_c <= w_c
124 "If a vertex in clip coordinates is given by (x_c y_c z_c w_c)^T
126 (x_c/w_c f*y_c/w_c z_c/w_c)^T where /f/ is +1 when the clip control
DEXT_primitive_bounding_box.txt173 by dividing x_c, y_c, and z_c by w_c for each vertex. The viewport transform
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_clip_control.txt114 -w_c <= y_c <= w_c
124 "If a vertex in clip coordinates is given by (x_c y_c z_c w_c)^T
126 (x_c/w_c f*y_c/w_c z_c/w_c)^T where /f/ is +1 when the clip control
DEXT_primitive_bounding_box.txt173 by dividing x_c, y_c, and z_c by w_c for each vertex. The viewport transform
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterProperties2.ts25 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; variable
DdestructuringParameterProperties3.ts25 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
Dmathtest.txt816 -w_c \leq y_c \leq w_c \\
827 y_c \\
847 \frac{y_c}{w_c} \\
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_clip_band_hint.txt97 -(w_c * bf_y) <= y_c <= (w_c * bf_y)
/third_party/openGLES/extensions/SGIS/
DSGIS_clip_band_hint.txt97 -(w_c * bf_y) <= y_c <= (w_c * bf_y)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES3_2_compatibility.txt159 by dividing x_c, y_c, and z_c by w_c for each vertex. The viewport transform
DARB_clip_control.txt174 -w_c <= y_c <= w_c
194 "If a vertex in clip coordinates is given by (x_c y_c z_c w_c)^T
196 (x_c/w_c f*y_c/w_c z_c/w_c)^T where /f/ is +1 when the clip control
/third_party/openGLES/extensions/ARB/
DARB_ES3_2_compatibility.txt169 by dividing x_c, y_c, and z_c by w_c for each vertex. The viewport transform
DARB_clip_control.txt184 -w_c <= y_c <= w_c
204 "If a vertex in clip coordinates is given by (x_c y_c z_c w_c)^T
206 (x_c/w_c f*y_c/w_c z_c/w_c)^T where /f/ is +1 when the clip control
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_primitive_bounding_box.txt176 by dividing x_c, y_c, and z_c by w_c for each vertex. The viewport transform
/third_party/openGLES/extensions/OES/
DOES_primitive_bounding_box.txt191 by dividing x_c, y_c, and z_c by w_c for each vertex. The viewport transform

12