OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ind_x
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp
46
Int
ind_x
, ind_y;
local
125
for (
ind_x
= 0;
ind_x
< currVol->nMBPerRow;
ind_x
++) /* Row MB Loop */
127
video->outputMB->mb_x =
ind_x
; /* 5/28/01 */
139
getMotionCompensatedMB(video,
ind_x
, ind_y, offset);
208
} /* End of For
ind_x
*/
276
Int
ind_x
= video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
local
394
for (
ind_x
= 0;
ind_x
< currVol->nMBPerRow; ind_x++) /* Row MB Loop *
[
all
...]
datapart_encode.cpp
45
Int
ind_x
, ind_y;
local
100
for (
ind_x
= 0;
ind_x
< currVol->nMBPerRow;
ind_x
++) /* Row MB Loop */
102
video->outputMB->mb_x =
ind_x
; /* 5/28/01 */
111
getMotionCompensatedMB(video,
ind_x
, ind_y, offset);
169
} /* End of For
ind_x
*/
223
Int
ind_x
= video->outputMB->mb_x, ind_y = video->outputMB->mb_y;
local
307
for (
ind_x
= 0;
ind_x
< currVol->nMBPerRow; ind_x++) /* Row MB Loop *
[
all
...]
fastcodemb.cpp
75
Int
ind_x
= video->outputMB->mb_x;
local
81
Int offsetc = (offset >> 2) + (
ind_x
<< 2); /* offset for chrom */
306
Int
ind_x
= video->outputMB->mb_x;
local
312
Int offsetc = (offset >> 2) + (
ind_x
<< 2); /* offset for chrom */
mp4lib_int.h
414
Int
ind_x
, ind_y; /* So far MB coordinate */
member in struct:tagVideoEncData
Completed in 244 milliseconds