Searched refs:add_rect_clamped (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | diracdsp.h | 47 void (*add_rect_clamped)(uint8_t *dst/*align 16*/, const uint16_t *src/*align 16*/, int stride, const int16_t *idwt/*align 16*/, int idwt_stride, int width, int height/*mod 2*/); member
|
H A D | diracdsp.c | 224 c->add_rect_clamped = add_rect_clamped_c;
|
H A D | diracdec.c | 1954 /* NOTE: add_rect_clamped hasn't been templated hence the shifts. in dirac_decode_frame_internal() 1956 s->diracdsp.add_rect_clamped(frame + start*p->stride, mctmp, p->stride, in dirac_decode_frame_internal()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | diracdsp_init.c | 103 c->add_rect_clamped = ff_add_rect_clamped_sse2; in DIRAC_PIXOP()
|
H A D | diracdsp.asm | 178 ; void add_rect_clamped(uint8_t *dst, uint16_t *src, int stride, int16_t *idwt, int idwt_stride, int width, int height)
|
Completed in 6 milliseconds