OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ind_y
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
45
Int ind_x,
ind_y
;
local
95
for (
ind_y
= 0;
ind_y
< currVol->nMBPerCol;
ind_y
++) /* Col MB Loop */
98
video->outputMB->mb_y =
ind_y
; /* 5/28/01 */
111
getMotionCompensatedMB(video, ind_x,
ind_y
, offset);
172
} /* End of For
ind_y
*/
223
Int ind_x = video->outputMB->mb_x,
ind_y
= video->outputMB->mb_y;
local
302
for (
ind_y
= 0;
ind_y
< currVol->nMBPerCol; ind_y++) /* Col MB Loop *
[
all
...]
combined_encode.cpp
46
Int ind_x,
ind_y
;
local
107
for (
ind_y
= 0;
ind_y
< currVol->nMBPerCol;
ind_y
++) /* Col MB Loop */
110
video->outputMB->mb_y =
ind_y
; /* 5/28/01 */
115
if (slice_counter && GOB_Header_Interval && (
ind_y
% GOB_Header_Interval == 0)) /* Encode GOB Header */
119
status = EncodeGOBHeader(video, slice_counter, QP, 0); //
ind_y
/* Encode GOB Header */
139
getMotionCompensatedMB(video, ind_x,
ind_y
, offset);
217
} /* End of For
ind_y
*/
276
Int ind_x = video->outputMB->mb_x,
ind_y
= video->outputMB->mb_y
local
[
all
...]
fastcodemb.cpp
76
Int
ind_y
= video->outputMB->mb_y;
local
131
if (lx != width) input -= (
ind_y
<< 9); /* non-padded offset */
163
if (lx != width) input -= (
ind_y
<< 7);
184
if (lx != width) input -= (
ind_y
<< 7);
307
Int
ind_y
= video->outputMB->mb_y;
local
358
if (lx != width) input -= (
ind_y
<< 9); /* non-padded offset */
390
if (lx != width) input -= (
ind_y
<< 7);
406
if (lx != width) input -= (
ind_y
<< 7);
mp4lib_int.h
414
Int ind_x,
ind_y
; /* So far MB coordinate */
member in struct:tagVideoEncData
mp4enc_lib.h
101
void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int
ind_y
, Int offset);
motion_comp.cpp
98
void getMotionCompensatedMB(VideoEncData *video, Int ind_x, Int
ind_y
, Int offset)
123
ypos =
ind_y
<< 4 ;
[
all
...]
Completed in 37 milliseconds