Home
last modified time | relevance | path

Searched defs:num_rows (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djccolext.c32 rgb_ycc_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) rgb_ycc_convert_internal() argument
86 rgb_gray_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) rgb_gray_convert_internal() argument
122 rgb_rgb_convert_internal(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) rgb_rgb_convert_internal() argument
H A Djdcol565.c20 ycc_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycc_rgb565_convert_internal() argument
99 ycc_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycc_rgb565D_convert_internal() argument
185 rgb_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_rgb565_convert_internal() argument
240 rgb_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_rgb565D_convert_internal() argument
299 gray_rgb565_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) gray_rgb565_convert_internal() argument
339 gray_rgb565D_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) gray_rgb565D_convert_internal() argument
[all...]
H A Djdcolext.c31 ycc_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycc_rgb_convert_internal() argument
84 gray_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) gray_rgb_convert_internal() argument
114 rgb_rgb_convert_internal(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_rgb_convert_internal() argument
H A Djdpostct.c138 JDIMENSION num_rows, max_rows; in post_process_1pass() local
170 JDIMENSION old_next_row, num_rows; in post_process_prepass() local
213 JDIMENSION num_rows, max_row in post_process_2pass() local
[all...]
H A Djutils.c116 jcopy_sample_rows(JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) jcopy_sample_rows() argument
H A Djdapistd.c295 noop_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) noop_convert() argument
303 noop_quantize(j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) noop_quantize() argument
H A Djccolor.c234 rgb_ycc_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) rgb_ycc_convert() argument
282 rgb_gray_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) rgb_gray_convert() argument
327 rgb_rgb_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) rgb_rgb_convert() argument
376 cmyk_ycck_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) cmyk_ycck_convert() argument
427 grayscale_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) grayscale_convert() argument
455 null_convert(j_compress_ptr cinfo, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) null_convert() argument
[all...]
H A Djcsample.c94 expand_right_edge(JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, in expand_right_edge() argument
H A Djdmerge.c231 JDIMENSION num_rows; /* number of rows returned to caller */ in merged_2v_upsample() local
[all...]
H A Djdsample.c68 JDIMENSION num_rows; in sep_upsample() local
[all...]
H A Djdcolor.c254 ycc_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycc_rgb_convert() argument
326 rgb_gray_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_gray_convert() argument
361 null_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) null_convert() argument
422 grayscale_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) grayscale_convert() argument
435 gray_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) gray_rgb_convert() argument
480 rgb_rgb_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_rgb_convert() argument
528 ycck_cmyk_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycck_cmyk_convert() argument
656 ycc_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycc_rgb565_convert() argument
667 ycc_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) ycc_rgb565D_convert() argument
678 rgb_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_rgb565_convert() argument
689 rgb_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) rgb_rgb565D_convert() argument
700 gray_rgb565_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) gray_rgb565_convert() argument
711 gray_rgb565D_convert(j_decompress_ptr cinfo, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) gray_rgb565D_convert() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DVariablePacker_test.cpp88 int num_rows = sh::GetTypePackingRows(type); in TEST() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djccolext-neon.c47 jsimd_rgb_ycc_convert_neon(JDIMENSION image_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) jsimd_rgb_ycc_convert_neon() argument
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djcgryext-neon.c38 jsimd_rgb_gray_convert_neon(JDIMENSION image_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) jsimd_rgb_gray_convert_neon() argument
H A Djdcolext-neon.c53 jsimd_ycc_rgb_convert_neon(JDIMENSION output_width, JSAMPIMAGE input_buf, JDIMENSION input_row, JSAMPARRAY output_buf, int num_rows) jsimd_ycc_rgb_convert_neon() argument
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dalpha_dec.c110 static int ALPHDecode(VP8Decoder* const dec, int row, int num_rows) { in ALPHDecode() argument
177 VP8DecompressAlphaRows(VP8Decoder* const dec, const VP8Io* const io, int row, int num_rows) VP8DecompressAlphaRows() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dfilters.c45 DoHorizontalFilter_C(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) DoHorizontalFilter_C() argument
82 DoVerticalFilter_C(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) DoVerticalFilter_C() argument
127 DoGradientFilter_C(const uint8_t* in, int width, int height, int stride, int row, int num_rows, int inverse, uint8_t* out) DoGradientFilter_C() argument
H A Dfilters_mips_dsp_r2.c195 DoHorizontalFilter_MIPSdspR2(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoHorizontalFilter_MIPSdspR2() argument
243 DoVerticalFilter_MIPSdspR2(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoVerticalFilter_MIPSdspR2() argument
313 DoGradientFilter_MIPSdspR2(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoGradientFilter_MIPSdspR2() argument
H A Dfilters_neon.c67 DoHorizontalFilter_NEON(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoHorizontalFilter_NEON() argument
107 DoVerticalFilter_NEON(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoVerticalFilter_NEON() argument
168 DoGradientFilter_NEON(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoGradientFilter_NEON() argument
H A Dfilters_sse2.c74 DoHorizontalFilter_SSE2(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoHorizontalFilter_SSE2() argument
108 DoVerticalFilter_SSE2(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoVerticalFilter_SSE2() argument
171 DoGradientFilter_SSE2(const uint8_t* in, int width, int height, int stride, int row, int num_rows, uint8_t* out) DoGradientFilter_SSE2() argument
H A Dalpha_processing.c189 void WebPMultARGBRows(uint8_t* ptr, int stride, int width, int num_rows, in WebPMultARGBRows() argument
198 WebPMultRows(uint8_t* WEBP_RESTRICT ptr, int stride, const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int num_rows, int inverse) WebPMultRows() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_system_values.c225 ASSERTED unsigned num_rows = glsl_get_vector_elements(var->type); in lower_system_value_instr() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djccolext-neon.c46 jsimd_rgb_ycc_convert_neon(JDIMENSION image_width, JSAMPARRAY input_buf, JSAMPIMAGE output_buf, JDIMENSION output_row, int num_rows) jsimd_rgb_ycc_convert_neon() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c806 UINT num_rows; in dzn_GetImageSubresourceLayout() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c418 append_semantic_index_to_table(struct dxil_psv_sem_index_table *table, uint32_t index, uint32_t num_rows) append_semantic_index_to_table() argument

Completed in 20 milliseconds

12