OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:y_end
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
frame.c
178
int
y_end
= MACROBLOCK_VPOS(ctx->mb_y_ + 1);
local
197
y_end
-= extra_y_rows;
199
if (
y_end
> io->crop_bottom) {
200
y_end
= io->crop_bottom; // make sure we don't overflow on last row.
203
if (dec->alpha_data_ != NULL && y_start <
y_end
) {
209
io->a = VP8DecompressAlphaRows(dec, y_start,
y_end
- y_start);
226
if (y_start <
y_end
) {
235
io->mb_h =
y_end
- y_start;
io.c
116
const int
y_end
= io->mb_y + io->mb_h;
local
130
for (; y + 2 <
y_end
; y += 2) {
143
if (io->crop_top +
y_end
< io->crop_bottom) {
153
if (!(
y_end
& 1)) {
/external/webp/src/dec/
frame.c
178
int
y_end
= MACROBLOCK_VPOS(ctx->mb_y_ + 1);
local
197
y_end
-= extra_y_rows;
199
if (
y_end
> io->crop_bottom) {
200
y_end
= io->crop_bottom; // make sure we don't overflow on last row.
203
if (dec->alpha_data_ != NULL && y_start <
y_end
) {
209
io->a = VP8DecompressAlphaRows(dec, y_start,
y_end
- y_start);
226
if (y_start <
y_end
) {
235
io->mb_h =
y_end
- y_start;
io.c
116
const int
y_end
= io->mb_y + io->mb_h;
local
130
for (; y + 2 <
y_end
; y += 2) {
143
if (io->crop_top +
y_end
< io->crop_bottom) {
153
if (!(
y_end
& 1)) {
Completed in 254 milliseconds