Searched defs:obmc (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | snowdsp.c | 691 static void inner_add_yblock_bw_8_obmc_16_bh_even_sse2(const uint8_t *obmc, const x86_reg obmc_stri… in inner_add_yblock_bw_8_obmc_16_bh_even_sse2() 739 static void inner_add_yblock_bw_16_obmc_32_sse2(const uint8_t *obmc, const x86_reg obmc_stride, uin… in inner_add_yblock_bw_16_obmc_32_sse2() 825 static void inner_add_yblock_bw_8_obmc_16_mmx(const uint8_t *obmc, const x86_reg obmc_stride, uint8… in inner_add_yblock_bw_8_obmc_16_mmx() 836 static void inner_add_yblock_bw_16_obmc_32_mmx(const uint8_t *obmc, const x86_reg obmc_stride, uint… in inner_add_yblock_bw_16_obmc_32_mmx() 853 static void ff_snow_inner_add_yblock_sse2(const uint8_t *obmc, const int obmc_stride, uint8_t * * b… in ff_snow_inner_add_yblock_sse2() 867 static void ff_snow_inner_add_yblock_mmx(const uint8_t *obmc, const int obmc_stride, uint8_t * * bl… in ff_snow_inner_add_yblock_mmx()
|
/third_party/ffmpeg/libavcodec/ |
D | snowdec.c | 43 …const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_t… in predict_slice_buffered() local
|
D | snow.c | 37 void ff_snow_inner_add_yblock(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_… in ff_snow_inner_add_yblock()
|
D | snow.h | 281 …xt *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x,… in add_yblock() 413 …const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_t… in predict_slice() local
|
D | snowenc.c | 519 …const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_t… in get_dc() local 716 …const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_t… in get_4block_rd() local
|
D | mpegvideo.h | 366 int obmc; ///< overlapped block motion compensation member
|
/third_party/gstreamer/gst_libav/docs/ |
D | gst_plugins_cache.json | 68524 "obmc": { object 70028 "obmc": { object
|