Home
last modified time | relevance | path

Searched refs:bwidth (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_kerndeint.c126 int src_linesize, psrc_linesize, dst_linesize, bwidth; in filter_frame() local
148 bwidth = kerndeint->tmp_bwidth[plane]; in filter_frame()
159 memcpy(dstp, srcp, bwidth); in filter_frame()
165 memcpy(dstp_saved + order * dst_linesize, srcp_saved + (1 - order) * src_linesize, bwidth); in filter_frame()
166 memcpy(dstp_saved + (2 + order ) * dst_linesize, srcp_saved + (3 - order) * src_linesize, bwidth); in filter_frame()
167 memcpy(dstp_saved + (h - 2 + order) * dst_linesize, srcp_saved + (h - 1 - order) * src_linesize, bwidth); in filter_frame()
168 memcpy(dstp_saved + (h - 4 + order) * dst_linesize, srcp_saved + (h - 3 - order) * src_linesize, bwidth); in filter_frame()
194 for (x = 0; x < bwidth; x++) { in filter_frame()
276 av_image_copy_plane(dstp, psrc_linesize, srcp, src_linesize, bwidth, h); in filter_frame()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c173 int bwidth, bheight, bdepth; in softpipe_launch_grid() local
180 bwidth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH]; in softpipe_launch_grid()
183 num_threads_in_group = DIV_ROUND_UP(bwidth, TGSI_QUAD_SIZE) * bheight * bdepth; in softpipe_launch_grid()
201 for (local_x = 0; local_x < bwidth; local_x += TGSI_QUAD_SIZE) { in softpipe_launch_grid()
206 machines[idx]->NonHelperMask = (1 << (MIN2(TGSI_QUAD_SIZE, bwidth - local_x))) - 1; in softpipe_launch_grid()
210 bwidth, bheight, bdepth, in softpipe_launch_grid()
/third_party/backends/sanei/
H A Dsanei_magic.c441 int bwidth = params->bytes_per_line; in sanei_magic_crop() local
483 memcpy(line, buffer + i*bwidth + left, bytes); in sanei_magic_crop()
616 int bwidth = params->bytes_per_line; in sanei_magic_rotate() local
625 outbuf = malloc(bwidth*height); in sanei_magic_rotate()
639 memset(outbuf,bg_color,bwidth*height); in sanei_magic_rotate()
657 outbuf[i*bwidth+j*depth+k] in sanei_magic_rotate()
658 = buffer[sourceY*bwidth+sourceX*depth+k]; in sanei_magic_rotate()
669 memset(outbuf,bg_color,bwidth*height); in sanei_magic_rotate()
687 outbuf[i*bwidth + j/8] &= ~(1 << (7-(j%8))); in sanei_magic_rotate()
690 outbuf[i*bwidth in sanei_magic_rotate()
1819 int bwidth = params->bytes_per_line; sanei_magic_getTransX() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c445 int bwidth; in copy_frame() local
488 bwidth = av_image_get_linesize(avctx->pix_fmt, width, 0); in copy_frame()
489 if (bwidth < 0) in copy_frame()
504 sStride = bwidth; in copy_frame()
535 memcpy(&(dst[dY * dStride]), &(src[sY * sStride]), bwidth); in copy_frame()
539 av_image_copy_plane(dst, dStride, src, sStride, bwidth, height); in copy_frame()
/third_party/lame/frontend/
H A Dgpkplotting.h46 int clear, char *title, int bwidth, GdkColor * color);
/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c1534 GLuint bwidth, bheight; in _mesa_GetInternalformativ() local
1537 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); in _mesa_GetInternalformativ()
1538 assert(bwidth > 0 && bheight > 0); in _mesa_GetInternalformativ()
1543 buffer[0] = block_size / bwidth; in _mesa_GetInternalformativ()
/third_party/ffmpeg/libavutil/
H A Dimgutils.c407 ptrdiff_t bwidth = av_image_get_linesize(pix_fmt, width, i); in image_copy() local
408 if (bwidth < 0) { in image_copy()
417 bwidth, h); in image_copy()
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c63 short bwidth; member
330 fmt->bwidth = pcm->frame_bits / 8; in setup_wav_header()
331 fmt->bps = fmt->bwidth * pcm->rate; in setup_wav_header()
334 fmt->bwidth = TO_LE16(fmt->bwidth); in setup_wav_header()
/third_party/backends/backend/
H A Dcanon_dr.c6358 int bwidth = s->s.Bpl; in copy_simplex() local
6360 int t = bwidth/3; in copy_simplex()
6361 int f = bwidth/4; in copy_simplex()
6362 int tw = bwidth/12; in copy_simplex()
6379 line = malloc(bwidth); in copy_simplex()
6383 for(i=0; i<len; i+=bwidth){ in copy_simplex()
6385 int lineNum = s->s.bytes_sent[side] / bwidth; in copy_simplex()
6388 s->s.bytes_sent[side] += bwidth; in copy_simplex()
6407 for (j=bwidth-1; j>=0; j--){ in copy_simplex()
6416 for(j=bwidth in copy_simplex()
6623 int bwidth = s->s.Bpl; copy_duplex() local
[all...]
H A Dfujitsu.c8928 int bwidth = s->s_params.bytes_per_line; in copy_buffer() local
8948 for(i=0; i<len; i+=bwidth){ in copy_buffer()
8959 for(i=0; i<len; i+=bwidth){ in copy_buffer()

Completed in 23 milliseconds