Home
last modified time | relevance | path

Searched refs:img_cb (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_loopfilter.c238 uint8_t *img_cb, in h264_filter_mb_fast_internal()
294 filter_mb_edgev( &img_cb[4*0<<pixel_shift], linesize, bS4, qpc0, a, b, h, 1); in h264_filter_mb_fast_internal()
298 filter_mb_edgev( &img_cb[4*2<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
301 filter_mb_edgeh( &img_cb[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1 ); in h264_filter_mb_fast_internal()
304 filter_mb_edgeh( &img_cb[4*2*linesize], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
307 filter_mb_edgev( &img_cb[4*1<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
309 filter_mb_edgev( &img_cb[4*2<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
311 filter_mb_edgev( &img_cb[4*3<<pixel_shift], linesize, bS3, qpc, a, b, h, 0); in h264_filter_mb_fast_internal()
314 filter_mb_edgeh( &img_cb[4*0*linesize], linesize, bSH, qpc1, a, b, h, 1); in h264_filter_mb_fast_internal()
317 filter_mb_edgeh( &img_cb[ in h264_filter_mb_fast_internal()
234 h264_filter_mb_fast_internal(const H264Context *h, H264SliceContext *sl, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize, int pixel_shift) h264_filter_mb_fast_internal() argument
416 ff_h264_filter_mb_fast(const H264Context *h, H264SliceContext *sl, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize) ff_h264_filter_mb_fast() argument
468 filter_mb_dir(const H264Context *h, H264SliceContext *sl, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize, int mb_xy, int mb_type, int mvy_limit, int first_vertical_edge_done, int a, int b, int chroma, int dir) filter_mb_dir() argument
716 ff_h264_filter_mb(const H264Context *h, H264SliceContext *sl, int mb_x, int mb_y, uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, unsigned int linesize, unsigned int uvlinesize) ff_h264_filter_mb() argument
[all...]
H A Dh264dec.h605 uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr,
608 uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr,
/third_party/backends/backend/
H A Depsonds-cmd.c871 static SANE_Status img_cb(void *userdata, char *token, int len) in img_cb() function
1082 parse_status = esci2_parse_block((char *)s->buf + 12, 64 - 12, s, &img_cb); in esci2_img()

Completed in 5 milliseconds