Searched refs:add_yblock (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock() function 447 add_yblock(s, 0, NULL, buf, dst8, obmc, in predict_slice()
|
H A D | snowdec.c | 78 add_yblock(s, 1, sb, old_buffer, dst8, obmc, in predict_slice_buffered()
|
H A D | snowenc.c | 542 add_yblock(s, 0, NULL, dst + (i&1)*block_w + (i>>1)*obmc_stride*block_h, NULL, obmc, in get_dc() 718 //FIXME zero_dst is const but add_yblock changes dst if add is 0 (this is never the case for dst=zero_dst in get_4block_rd() 736 add_yblock(s, 0, NULL, zero_dst, dst, obmc, in get_4block_rd()
|
Completed in 13 milliseconds