OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:br_mb_x_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
211
int
br_mb_x_
, br_mb_y_; // last bottom-right MB that must be decoded
member in struct:VP8Decoder
frame.c
96
for (mb_x = dec->tl_mb_x_; mb_x < dec->
br_mb_x_
; ++mb_x) {
333
dec->
br_mb_x_
= (io->crop_right + 15 + extra_pixels) >> 4;
334
if (dec->
br_mb_x_
> dec->mb_w_) {
335
dec->
br_mb_x_
= dec->mb_w_;
/external/webp/src/dec/
vp8i.h
211
int
br_mb_x_
, br_mb_y_; // last bottom-right MB that must be decoded
member in struct:VP8Decoder
frame.c
96
for (mb_x = dec->tl_mb_x_; mb_x < dec->
br_mb_x_
; ++mb_x) {
333
dec->
br_mb_x_
= (io->crop_right + 15 + extra_pixels) >> 4;
334
if (dec->
br_mb_x_
> dec->mb_w_) {
335
dec->
br_mb_x_
= dec->mb_w_;
Completed in 42 milliseconds