Home
last modified time | relevance | path

Searched refs:yBase (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/samplecode/
H A DSampleChart.cpp26 // yBase if bottomData == nullptr.
30 SkScalar yBase, in gen_paths()
74 fill->lineTo(x - xDelta, yBase); in gen_paths()
75 fill->lineTo(xLeft, yBase); in gen_paths()
28 gen_paths(const SkTDArray<SkScalar>& topData, const SkTDArray<SkScalar>* bottomData, SkScalar yBase, SkScalar xLeft, SkScalar xDelta, int leftShift, SkPathBuilder* plot, SkPathBuilder* fill) gen_paths() argument
/third_party/skia/bench/
H A DChartBench.cpp32 // yBase if bottomData == nullptr.
36 SkScalar yBase, in gen_paths()
82 fill->lineTo(x - xDelta, yBase); in gen_paths()
83 fill->lineTo(xLeft, yBase); in gen_paths()
34 gen_paths(const SkTDArray<SkScalar>& topData, const SkTDArray<SkScalar>* bottomData, SkScalar yBase, SkScalar xLeft, SkScalar xDelta, int leftShift, SkPath* plot, SkPath* fill) gen_paths() argument
/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c76 static int get_qPy_pred(HEVCContext *s, int xBase, int yBase, int log2_cb_size) in get_qPy_pred() argument
83 int yQgBase = yBase - (yBase & MinCuQpDeltaSizeMask); in get_qPy_pred()
89 int availableB = (yBase & ctb_size_mask) && in get_qPy_pred()
119 void ff_hevc_set_qPy(HEVCContext *s, int xBase, int yBase, int log2_cb_size) in ff_hevc_set_qPy() argument
121 int qp_y = get_qPy_pred(s, xBase, yBase, log2_cb_size); in ff_hevc_set_qPy()
H A Dhevcdec.c1100 int xBase, int yBase, int cb_xBase, int cb_yBase, in hls_transform_unit()
1254 ff_hevc_set_neighbour_available(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1256 s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase + (i << log2_trafo_size), 1); in hls_transform_unit()
1259 ff_hevc_hls_residual_coding(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1264 ff_hevc_set_neighbour_available(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1266 s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase + (i << log2_trafo_size), 2); in hls_transform_unit()
1269 ff_hevc_hls_residual_coding(s, xBase, yBase + (i << log2_trafo_size), in hls_transform_unit()
1289 ff_hevc_set_neighbour_available(s, xBase, yBase, in hls_transform_unit()
1291 s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase, 1); in hls_transform_unit()
1292 s->hpc.intra_pred[log2_trafo_size - 2](s, xBase, yBase, in hls_transform_unit()
1099 hls_transform_unit(HEVCContext *s, int x0, int y0, int xBase, int yBase, int cb_xBase, int cb_yBase, int log2_cb_size, int log2_trafo_size, int blk_idx, int cbf_luma, int *cbf_cb, int *cbf_cr) hls_transform_unit() argument
1320 hls_transform_tree(HEVCContext *s, int x0, int y0, int xBase, int yBase, int cb_xBase, int cb_yBase, int log2_cb_size, int log2_trafo_size, int trafo_depth, int blk_idx, const int *base_cbf_cb, const int *base_cbf_cr) hls_transform_tree() argument
[all...]
H A Dhevcdec.h676 void ff_hevc_set_qPy(HEVCContext *s, int xBase, int yBase,

Completed in 7 milliseconds