Searched refs:sourceY (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideoenc.c | 132 int sourceX, sourceY; member 287 enc->cel_evals[n++].sourceY = y + (i&2)*4; 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+0, cel->sourceY in gather_data_for_cel() [all...] |
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 646 int sourceX, sourceY; in sanei_magic_rotate() local 652 sourceY = centerY + (int)(-shiftY * slopeCos + shiftX * slopeSin); in sanei_magic_rotate() 653 if (sourceY < 0 || sourceY >= height) in sanei_magic_rotate() 658 = buffer[sourceY*bwidth+sourceX*depth+k]; in sanei_magic_rotate() 676 int sourceX, sourceY; in sanei_magic_rotate() local 682 sourceY = centerY + (int)(-shiftY * slopeCos + shiftX * slopeSin); in sanei_magic_rotate() 683 if (sourceY < 0 || sourceY >= height) in sanei_magic_rotate() 691 ((buffer[sourceY*bwidt in sanei_magic_rotate() [all...] |
Completed in 3 milliseconds