Home
last modified time | relevance | path

Searched refs:x_c (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dtransform.c54 int x_c, x_f, y_c, y_f; in INTERPOLATE_METHOD() local
61 x_c = x_f + 1; in INTERPOLATE_METHOD()
66 v1 = PIXEL(src, x_c, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
67 v2 = PIXEL(src, x_c, y_f, width, height, stride, def); 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
89 x_c = x_f + 1; in INTERPOLATE_METHOD()
93 v1 = PIXEL(src, x_c, y_c, width, height, stride, def); in INTERPOLATE_METHOD()
94 v2 = PIXEL(src, x_c, y_ in INTERPOLATE_METHOD()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdestructuringParameterProperties2.js23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()];
53 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2];
H A DdestructuringParameterProperties3.js23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()];
56 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2];
/third_party/ffmpeg/libavcodec/
H A 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()
1037 x_c = (x_cg << 2) + scan_x_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
1315 x_c = scan_x_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 >> in ff_hevc_hls_residual_coding()
[all...]

Completed in 4 milliseconds