Home
last modified time | relevance | path

Searched refs:sourceX (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c132 int sourceX, sourceY; member
286 enc->cel_evals[n ].sourceX = x + (i&1)*8; in create_cel_evals()
502 int index = cel->sourceY * roq->width / 64 + cel->sourceX/8; in gather_data_for_cel()
511 eval_motion_dist(enc, cel->sourceX, cel->sourceY, in gather_data_for_cel()
519 cel->sourceX, cel->sourceY, in gather_data_for_cel()
520 cel->sourceX, cel->sourceY, in gather_data_for_cel()
526 get_frame_mb(enc->frame_to_enc, cel->sourceX, cel->sourceY, mb8, 8); in gather_data_for_cel()
532 gather_data_for_subcel(cel->subCels + 0, cel->sourceX+0, cel->sourceY+0, enc); in gather_data_for_cel()
533 gather_data_for_subcel(cel->subCels + 1, cel->sourceX+4, cel->sourceY+0, enc); in gather_data_for_cel()
534 gather_data_for_subcel(cel->subCels + 2, cel->sourceX in gather_data_for_cel()
[all...]
/third_party/backends/sanei/
H A Dsanei_magic.c646 int sourceX, sourceY; in sanei_magic_rotate() local
648 sourceX = centerX - (int)(shiftX * slopeCos + shiftY * slopeSin); in sanei_magic_rotate()
649 if (sourceX < 0 || sourceX >= pwidth) in sanei_magic_rotate()
658 = buffer[sourceY*bwidth+sourceX*depth+k]; in sanei_magic_rotate()
676 int sourceX, sourceY; in sanei_magic_rotate() local
678 sourceX = centerX - (int)(shiftX * slopeCos + shiftY * slopeSin); in sanei_magic_rotate()
679 if (sourceX < 0 || sourceX >= pwidth) in sanei_magic_rotate()
691 ((buffer[sourceY*bwidth + sourceX/ in sanei_magic_rotate()
[all...]

Completed in 4 milliseconds