OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tl_mb_x_
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libwebp/dec/
vp8i.h
210
int
tl_mb_x_
, tl_mb_y_; // top-left MB that must be in-loop filtered
member in struct:VP8Decoder
frame.c
96
for (mb_x = dec->
tl_mb_x_
; mb_x < dec->br_mb_x_; ++mb_x) {
319
dec->
tl_mb_x_
= 0;
326
dec->
tl_mb_x_
= (io->crop_left - extra_pixels) >> 4;
328
if (dec->
tl_mb_x_
< 0) dec->
tl_mb_x_
= 0;
/external/webp/src/dec/
vp8i.h
209
int
tl_mb_x_
, tl_mb_y_; // top-left MB that must be in-loop filtered
member in struct:VP8Decoder
frame.c
257
for (mb_x = dec->
tl_mb_x_
; mb_x < dec->br_mb_x_; ++mb_x) {
385
for (mb_x = dec->
tl_mb_x_
; mb_x < dec->br_mb_x_; ++mb_x) {
588
dec->
tl_mb_x_
= 0;
595
dec->
tl_mb_x_
= (io->crop_left - extra_pixels) >> 4;
597
if (dec->
tl_mb_x_
< 0) dec->
tl_mb_x_
= 0;
Completed in 484 milliseconds