Searched refs:add_obmc (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | diracdsp.c | 120 static void add_obmc ## xblen ## _c(uint16_t *dst, const uint8_t *src, int stride, \
|
H A D | diracdec.c | 231 void (*add_obmc)(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen); member 1791 s->add_obmc(mctmp, s->mcscratch, p->stride, obmc_weight, p->yblen); in block_mc() 1820 s->add_obmc = s->diracdsp.add_dirac_obmc[idx]; in select_dsp_funcs()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | diracdsp.asm | 218 ; void add_obmc(uint16_t *dst, uint8_t *src, int stride, uint8_t *obmc_weight, int yblen)
|
Completed in 6 milliseconds