Home
last modified time | relevance | path

Searched refs:reorder_pixels (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dexrdsp_init.c40 dsp->reorder_pixels = ff_reorder_pixels_sse2; in ff_exrdsp_init_x86()
49 dsp->reorder_pixels = ff_reorder_pixels_avx2; in ff_exrdsp_init_x86()
H A Dexrdsp.asm5 ;* reorder_pixels, predictor based on patch by John Loy
39 cglobal reorder_pixels, 3,4,3, dst, src1, size, src2
/third_party/ffmpeg/libavcodec/
H A Dexrdsp.h26 void (*reorder_pixels)(uint8_t *dst, const uint8_t *src, ptrdiff_t size); member
H A Dexrdsp.c51 c->reorder_pixels = reorder_pixels_scalar; in ff_exrdsp_init()
H A Dexrenc.c159 static void reorder_pixels(uint8_t *dst, const uint8_t *src, ptrdiff_t size) in reorder_pixels() function
264 reorder_pixels(scanline->tmp, scanline->uncompressed_data, tmp_size); in encode_scanline_rle()
333 reorder_pixels(scanline->tmp, scanline->uncompressed_data, tmp_size); in encode_scanline_zip()
H A Dexr.c211 s->dsp.reorder_pixels(td->uncompressed_data, td->tmp, uncompressed_size); in zip_uncompress()
266 ctx->dsp.reorder_pixels(td->uncompressed_data, td->tmp, uncompressed_size); in rle_uncompress()
1085 s->dsp.reorder_pixels(td->dc_data, td->dc_data + FFALIGN(dest_len, 64), dest_len); in dwa_uncompress()
1322 &td->uncompressed_size, uncompressed_size + 64);/* Force 64 padding for AVX2 reorder_pixels dst */ in decode_block()
/third_party/ffmpeg/tests/checkasm/
H A Dexrdsp.c83 if (check_func(h.reorder_pixels, "reorder_pixels")) in checkasm_check_exrdsp()
86 report("reorder_pixels"); in checkasm_check_exrdsp()
/third_party/backends/backend/pixma/
H A Dpixma_mp150.c1068 reorder_pixels (uint8_t * linebuf, uint8_t * sptr, unsigned c, unsigned n, in reorder_pixels() function
1215 reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size); in post_process_image_data()
H A Dpixma_mp800.c1425 static void reorder_pixels (uint8_t * linebuf, uint8_t * sptr, unsigned c, in reorder_pixels() function
1756 reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size); in post_process_image_data()

Completed in 18 milliseconds