Searched refs:Rescale (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 240 static int Rescale(const uint8_t* src, int src_stride, in Rescale() function 265 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler); in EmitRescaledYUV() 266 Rescale(io->u, io->uv_stride, uv_mb_h, p->scaler_u); in EmitRescaledYUV() 267 Rescale(io->v, io->uv_stride, uv_mb_h, p->scaler_v); in EmitRescaledYUV() 277 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); in EmitRescaledAlphaYUV()
|
/third_party/lzma/C/ |
D | Ppmd7.c | 799 static void Rescale(CPpmd7 *p) in Rescale() function 973 Rescale(p); in Ppmd7_Update1() 991 Rescale(p); in Ppmd7_Update1_0() 1016 Rescale(p); in Ppmd7_Update2()
|
/third_party/ffmpeg/libavfilter/opencl/ |
D | tonemap.cl | 171 // Rescale the variables in order to bring it into a representation where
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 418 Rescale GL
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 418 Rescale GL
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_vertex_weighting.txt | 442 Rescale multiplies the transformed normals by a scale factor
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_vertex_weighting.txt | 442 Rescale multiplies the transformed normals by a scale factor
|
/third_party/python/Lib/test/decimaltestdata/ |
D | quantize.decTest | 827 -- some extremes derived from Rescale testcases
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 527 Rescale input timestamps. @var{scale} should be a floating point number.
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 2419 b7685d73 Rescale: let ImportRow / ExportRow be pointer-to-function
|