OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_start
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp
36
y_start
= value of y coordinate of type int that specifies the first
87
of pelc0 is specified by x_start and
y_start
in the 1-D array "Rec_Y" as
90
location of pelc0 = [(
y_start
+1) * width] + x_start
98
(
y_start
,x_start) may be specified independently of (y_blk_start, x_blk_start).
100
(
y_start
,x_start)
214
int
y_start
, /* i */
248
addr_v = (int32)(
y_start
+ 1) * width; /* y coord of 1st element in the row /
353
addr_v = (
y_start
+ 2) * width; /* advance addr_v to the next row
356
for (row_cntr = (y_blk_start + BLKSIZE) - (
y_start
+ 2); row_cntr > 0; row_cntr--)
/external/webp/src/dec/
frame.c
261
int
y_start
= MACROBLOCK_VPOS(dec->mb_y_);
local
265
y_start
-= extra_y_rows;
284
io->a = VP8DecompressAlphaRows(dec,
y_start
, y_end -
y_start
);
291
if (
y_start
< io->crop_top) {
292
const int delta_y = io->crop_top -
y_start
;
293
y_start
= io->crop_top;
302
if (
y_start
< y_end) {
309
io->mb_y =
y_start
- io->crop_top;
311
io->mb_h = y_end -
y_start
;
[
all
...]
Completed in 1979 milliseconds