Home
last modified time | relevance | path

Searched refs:dst_line (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_epx.c66 uint32_t *dst_line[2]; in epx2_slice() local
68 dst_line[0] = dst + dst_linesize*2*y; in epx2_slice()
69 dst_line[1] = dst + dst_linesize*(2*y+1); in epx2_slice()
93 dst_line[0][x*2] = E0; in epx2_slice()
94 dst_line[0][x*2+1] = E1; in epx2_slice()
95 dst_line[1][x*2] = E2; in epx2_slice()
96 dst_line[1][x*2+1] = E3; in epx2_slice()
133 uint32_t *dst_line[3]; in epx3_slice() local
135 dst_line[0] = dst + dst_linesize*3*y; in epx3_slice()
136 dst_line[ in epx3_slice()
[all...]
H A Dvf_super2xsai.c94 uint8_t *dst_line[2]; in super2xsai() local
96 dst_line[0] = dst + dst_linesize*2*y; in super2xsai()
97 dst_line[1] = dst + dst_linesize*(2*y+1); in super2xsai()
182 AV_WN32A(dst_line[0] + x * 8, product1a); in super2xsai()
183 AV_WN32A(dst_line[0] + x * 8 + 4, product1b); in super2xsai()
184 AV_WN32A(dst_line[1] + x * 8, product2a); in super2xsai()
185 AV_WN32A(dst_line[1] + x * 8 + 4, product2b); in super2xsai()
188 AV_WL24(dst_line[0] + x * 6, product1a); in super2xsai()
189 AV_WL24(dst_line[0] + x * 6 + 3, product1b); in super2xsai()
190 AV_WL24(dst_line[ in super2xsai()
[all...]
H A Dvf_removelogo.c460 uint8_t *dst_line; in blur_image() local
468 dst_line = dst_data + dst_linesize * y; in blur_image()
473 dst_line[x] = blur_pixel(mask, in blur_image()
480 dst_line[x] = src_line[x]; in blur_image()
H A Dvf_waveform.c712 uint16_t * const dst_line = (mirror ? dst_bottom_line : dst_data); in lowpass16() local
721 uint16_t *dst = dst_line + slicew_start * step; in lowpass16()
849 uint8_t * const dst_line = (mirror ? dst_bottom_line : dst_data); in lowpass() local
858 uint8_t *dst = dst_line + slicew_start * step; in lowpass()
1563 uint16_t * const dst_line = (mirror ? dst_bottom_line : dst_data); in chroma16() local
1564 uint16_t *dst = dst_line; in chroma16()
1667 uint8_t * const dst_line = (mirror ? dst_bottom_line : dst_data); in chroma() local
1668 uint8_t *dst = dst_line; in chroma()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftsmooth.c116 unsigned char* dst_line = target->origin - y * target->pitch; in ft_smooth_lcd_spans() local
122 for ( dst = dst_line + spans->x * 3, w = spans->len; w--; dst += 3 ) in ft_smooth_lcd_spans()
/third_party/backends/backend/
H A Dmustek_usb.c593 SANE_Word dst_line, src_line; in fit_lines() local
604 dst_line = 0; in fit_lines()
609 DBG (5, "fit_lines: getting line: dst_line=%d, src_line=%d, " in fit_lines()
610 "line_switch=%d\n", dst_line, src_line, s->hw->line_switch); in fit_lines()
626 + dst_width * dst_line * s->bpp / 8; in fit_lines()
651 dst_line++; in fit_lines()
660 *dst_lines = dst_line; in fit_lines()

Completed in 17 milliseconds