Searched refs:reorder_pixels (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | exrdsp_init.c | 40 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 D | exrdsp.asm | 5 ;* 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 D | exrdsp.h | 26 void (*reorder_pixels)(uint8_t *dst, const uint8_t *src, ptrdiff_t size); member
|
H A D | exrdsp.c | 51 c->reorder_pixels = reorder_pixels_scalar; in ff_exrdsp_init()
|
H A D | exrenc.c | 159 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 D | exr.c | 211 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 D | exrdsp.c | 83 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 D | pixma_mp150.c | 1068 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 D | pixma_mp800.c | 1425 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 13 milliseconds