OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pp_mod
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp
29
uint8 *
pp_mod
)
114
if (((
pp_mod
[index]&0x02) != 0) && ((
pp_mod
[index-pp_w]&0x02) != 0))
117
/* Set HorzHflag (bit 4) in the
pp_mod
location */
118
pp_mod
[index-pp_w] |= 0x10; /* 4/26/00 reuse
pp_mod
for HorzHflag*/
173
/* Clear HorzHflag (bit 4) in the
pp_mod
location */
174
pp_mod
[index-pp_w] &= 0xef; /* reset 1110,1111 */
273
if (((
pp_mod
[index-1]&0x01) != 0) && ((
pp_mod
[index]&0x01) != 0)
[
all
...]
post_filter.cpp
39
uint8 *
pp_mod
;
local
71
pp_mod
= video->pstprcTypCur;
75
CombinedHorzVertRingFilter(output, width, height, QP_store, 0,
pp_mod
);
84
QP_store, 0,
pp_mod
);
89
QP_store, 0,
pp_mod
);
95
combined_with_deblock_filter,
pp_mod
);
102
pp_mod
+= (nTotalMB << 2);
107
CombinedHorzVertRingFilter(output, (int)(width >> 1), (int)(height >> 1), QP_store, (int) 1,
pp_mod
);
116
(int)(height >> 1), QP_store, (int) 1,
pp_mod
);
121
(int)(height >> 1), QP_store, (int) 1,
pp_mod
);
[
all
...]
combined_decode.cpp
549
uint8 *
pp_mod
[6];
local
563
pp_mod
[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
564
pp_mod
[1] =
pp_mod
[0] + 1;
565
pp_mod
[2] =
pp_mod
[0] + (MB_in_width << 1);
566
pp_mod
[3] =
pp_mod
[2] + 1;
567
pp_mod
[4] = video->pstprcTypCur + (TotalMB << 2) + mbnum;
568
pp_mod
[5] = pp_mod[4] + TotalMB
[
all
...]
datapart_decode.cpp
639
uint8 *
pp_mod
[6];
local
653
pp_mod
[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
654
pp_mod
[1] =
pp_mod
[0] + 1;
655
pp_mod
[2] =
pp_mod
[0] + (MB_in_width << 1);
656
pp_mod
[3] =
pp_mod
[2] + 1;
657
pp_mod
[4] = video->pstprcTypCur + (TotalMB << 2) + mbnum;
658
pp_mod
[5] = pp_mod[4] + TotalMB
[
all
...]
chv_filter.cpp
153
uint8 *
pp_mod
)
163
pp_mod
: The semphore used for deblocking
182
uint8 *
pp_mod
)
227
if (((
pp_mod
[jVal0]&0x02)) && ((
pp_mod
[jVal0-pp_w]&0x02)))
343
if (((
pp_mod
[jVal0-1]&0x01)) && ((
pp_mod
[jVal0]&0x01)))
459
uint8 *
pp_mod
)
504
if (((
pp_mod
[jVal0]&0x02)) && ((
pp_mod
[jVal0-pp_w]&0x02))
[
all
...]
mp4dec_lib.h
292
int Combined, uint8 *
pp_mod
);
294
int Combined, uint8 *
pp_mod
);
296
int chr, uint8 *
pp_mod
);
298
int chr, uint8 *
pp_mod
);
300
int16 *QP_store, int chr, uint8 *
pp_mod
);
deringing_luma.cpp
29
uint8 *
pp_mod
)
172
/* Update based on
pp_mod
only */
173
if ((
pp_mod
[blk_indx]&0x4) != 0)
199
if ((
pp_mod
[blk_indx]&0x4) != 0)
deringing_chroma.cpp
29
uint8 *
pp_mod
189
if ((
pp_mod
[(v_blk/8)*(width/8)+h_blk/8]&0x4) != 0)
Completed in 62 milliseconds