OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mb_y
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
decode_vp8.h
55
int
mb_y
; // position of the current rows (in pixels)
member in struct:VP8Io
105
// start of the current row (That is: it is pre-offset by
mb_y
and takes
frame.c
42
static void DoFilter(const VP8Decoder* const dec, int mb_x, int
mb_y
) {
60
if (
mb_y
> 0) {
80
if (
mb_y
> 0) {
94
const int
mb_y
= dec->thread_ctx_.mb_y_;
local
97
DoFilter(dec, mb_x,
mb_y
);
161
#define MACROBLOCK_VPOS(
mb_y
) ((
mb_y
) * 16) // vertical position of a MB
233
io->
mb_y
= y_start - io->crop_top;
512
io->
mb_y
= 0;
/external/webp/src/dec/
decode_vp8.h
55
int
mb_y
; // position of the current rows (in pixels)
member in struct:VP8Io
105
// start of the current row (That is: it is pre-offset by
mb_y
and takes
frame.c
42
static void DoFilter(const VP8Decoder* const dec, int mb_x, int
mb_y
) {
60
if (
mb_y
> 0) {
80
if (
mb_y
> 0) {
94
const int
mb_y
= dec->thread_ctx_.mb_y_;
local
97
DoFilter(dec, mb_x,
mb_y
);
161
#define MACROBLOCK_VPOS(
mb_y
) ((
mb_y
) * 16) // vertical position of a MB
233
io->
mb_y
= y_start - io->crop_top;
512
io->
mb_y
= 0;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
133
Int
mb_y
; /* Y coordinate */
member in struct:tagMacroBlock
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
681
int
mb_y
; /* y-coordinate of the current mbNum */
member in struct:tagCommonObj
[
all
...]
Completed in 247 milliseconds