Searched refs:image_linesize (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lscrdec.c | 52 int image_linesize; member 64 ptr = s->image_buf + s->image_linesize * s->y; in handle_row() 68 last_row = ptr - s->image_linesize; in handle_row() 186 s->image_linesize =-frame->linesize[0]; in decode_frame_lscr()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_removelogo.c | 381 uint8_t *image_data, int image_linesize, in blur_pixel() 402 image_read_position = image_data + image_linesize * start_posy + start_posx; in blur_pixel() 418 image_read_position += (image_linesize - ((end_posx + 1) - start_posx)); in blur_pixel() 379 blur_pixel(int ***mask, const uint8_t *mask_data, int mask_linesize, uint8_t *image_data, int image_linesize, int w, int h, int x, int y) blur_pixel() argument
|
Completed in 4 milliseconds