Searched defs:output_row (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jccolor.c | 235 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_ycc_convert() 283 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_gray_convert() 328 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in rgb_rgb_convert() 377 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in cmyk_ycck_convert() 428 JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) in grayscale_convert() 456 JDIMENSION output_row, int num_rows) in null_convert()
|
D | jutils.c | 119 jcopy_block_row(JBLOCKROW input_row, JBLOCKROW output_row, in jcopy_block_row()
|
D | jsimd_none.c | 55 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 62 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert() 83 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_c_null_convert()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jcgryext-neon.c | 39 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert_neon()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
D | jccolext-neon.c | 48 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert_neon()
|
D | jsimd.c | 222 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 260 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
D | jccolext-neon.c | 47 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert_neon()
|
D | jsimd.c | 248 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 307 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jsimd.c | 149 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 198 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jsimd.c | 164 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_ycc_convert() 223 JSAMPIMAGE output_buf, JDIMENSION output_row, in jsimd_rgb_gray_convert()
|
/third_party/skia/third_party/externals/libpng/ |
D | pngwrite.c | 1537 png_uint_16p output_row = png_voidcast(png_uint_16p, display->local_row); in png_write_image_16bit() local 1696 png_bytep output_row = png_voidcast(png_bytep, display->local_row); in png_write_image_8bit() local
|