Home
last modified time | relevance | path

Searched refs:put_signed_rect_clamped (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddiracdsp.c225 c->put_signed_rect_clamped[0] = put_signed_rect_clamped_8bit_c;
226 c->put_signed_rect_clamped[1] = put_signed_rect_clamped_10bit_c;
227 c->put_signed_rect_clamped[2] = put_signed_rect_clamped_12bit_c;
H A Ddiracdsp.h45 void (*put_signed_rect_clamped[3])(uint8_t *dst/*align 16*/, int dst_stride, const uint8_t *src/*align 16*/, int src_stride, int width, int height/*mod 2*/); member
H A Ddiracdec.c1915 s->diracdsp.put_signed_rect_clamped[idx](frame + y*p->stride, in dirac_decode_frame_internal()
/third_party/ffmpeg/libavcodec/x86/
H A Ddiracdsp_init.c104 c->put_signed_rect_clamped[0] = (void *)ff_put_signed_rect_clamped_sse2; in DIRAC_PIXOP()
117 c->put_signed_rect_clamped[1] = ff_put_signed_rect_clamped_10_sse4; in DIRAC_PIXOP()

Completed in 7 milliseconds