OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_y_offset
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h
51
unsigned
dst_y_offset
,
r200_blit.c
402
unsigned dst_x_offset, unsigned
dst_y_offset
,
416
verts[1] =
dst_y_offset
+ reg_height;
421
verts[5] =
dst_y_offset
+ reg_height;
426
verts[9] =
dst_y_offset
;
458
* @param[in]
dst_y_offset
y offset in the destination image
479
unsigned
dst_y_offset
,
503
if (reg_height +
dst_y_offset
> dst_height)
504
reg_height = dst_height -
dst_y_offset
;
522
dst_pitch, dst_x_offset,
dst_y_offset
,
544
dst_x_offset,
dst_y_offset
,
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h
51
unsigned
dst_y_offset
,
radeon_blit.c
277
unsigned dst_x_offset, unsigned
dst_y_offset
,
291
verts[1] =
dst_y_offset
+ reg_height;
296
verts[5] =
dst_y_offset
+ reg_height;
301
verts[9] =
dst_y_offset
;
336
* @param[in]
dst_y_offset
y offset in the destination image
357
unsigned
dst_y_offset
,
381
if (reg_height +
dst_y_offset
> dst_height)
382
reg_height = dst_height -
dst_y_offset
;
400
dst_pitch, dst_offset, dst_x_offset,
dst_y_offset
,
422
dst_x_offset,
dst_y_offset
,
[
all
...]
radeon_common_context.h
494
unsigned
dst_y_offset
,
/external/libvpx/libvpx/vp8/common/
extend.c
99
int
dst_y_offset
= srcy * dst->y_stride + srcx;
local
110
dst->y_buffer +
dst_y_offset
, dst->y_stride, srch, srcw,
/external/libvpx/libvpx/vp9/encoder/
vp9_extend.c
169
const int
dst_y_offset
= srcy * dst->y_stride + srcx;
local
181
dst->y_buffer +
dst_y_offset
, dst->y_stride, srcw, srch,
Completed in 123 milliseconds