Home
last modified time | relevance | path

Searched refs:yBase (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleChart.cpp30 SkScalar yBase, in gen_paths() argument
76 fill->lineTo(x - xDelta, yBase); in gen_paths()
77 fill->lineTo(xLeft, yBase); in gen_paths()
/third_party/skia/bench/
DChartBench.cpp36 SkScalar yBase, in gen_paths() argument
82 fill->lineTo(x - xDelta, yBase); in gen_paths()
83 fill->lineTo(xLeft, yBase); in gen_paths()
/third_party/skia/samplecode/
DSampleChart.cpp30 SkScalar yBase, in gen_paths() argument
74 fill->lineTo(x - xDelta, yBase); in gen_paths()
75 fill->lineTo(xLeft, yBase); in gen_paths()
/third_party/flutter/skia/bench/
DChartBench.cpp36 SkScalar yBase, in gen_paths() argument
82 fill->lineTo(x - xDelta, yBase); in gen_paths()
83 fill->lineTo(xLeft, yBase); in gen_paths()
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c78 static int get_qPy_pred(HEVCContext *s, int xBase, int yBase, int log2_cb_size) in get_qPy_pred() argument
85 int yQgBase = yBase - (yBase & MinCuQpDeltaSizeMask); in get_qPy_pred()
91 int availableB = (yBase & ctb_size_mask) && in get_qPy_pred()
121 void ff_hevc_set_qPy(HEVCContext *s, int xBase, int yBase, int log2_cb_size) in ff_hevc_set_qPy() argument
123 int qp_y = get_qPy_pred(s, xBase, yBase, log2_cb_size); in ff_hevc_set_qPy()
Dhevcdec.c1080 int xBase, int yBase, int cb_xBase, int cb_yBase, in hls_transform_unit() argument
1234 ff_hevc_set_neighbour_available(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1236 … s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase + (i << log2_trafo_size), 1); in hls_transform_unit()
1239 ff_hevc_hls_residual_coding(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1244 ff_hevc_set_neighbour_available(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1246 … s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase + (i << log2_trafo_size), 2); in hls_transform_unit()
1249 ff_hevc_hls_residual_coding(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1269 ff_hevc_set_neighbour_available(s, xBase, yBase, in hls_transform_unit()
1271 s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase, 1); in hls_transform_unit()
1272 s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase, 2); in hls_transform_unit()
[all …]
Dhevcdec.h674 void ff_hevc_set_qPy(HEVCContext *s, int xBase, int yBase,