Home
last modified time | relevance | path

Searched refs:Rescale (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c240 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/
DPpmd7.c799 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/
Dtonemap.cl171 // Rescale the variables in order to bring it into a representation where
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt418 Rescale GL
/third_party/openGLES/docs/
Dsyntaxrules.txt418 Rescale GL
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_vertex_weighting.txt442 Rescale multiplies the transformed normals by a scale factor
/third_party/openGLES/extensions/EXT/
DEXT_vertex_weighting.txt442 Rescale multiplies the transformed normals by a scale factor
/third_party/python/Lib/test/decimaltestdata/
Dquantize.decTest827 -- some extremes derived from Rescale testcases
/third_party/ffmpeg/doc/
Dffmpeg.texi527 Rescale input timestamps. @var{scale} should be a floating point number.
/third_party/skia/third_party/externals/libwebp/
DChangeLog2419 b7685d73 Rescale: let ImportRow / ExportRow be pointer-to-function