OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QP_store
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp
40
int16 *
QP_store
;
68
QP_store
= video->QPMB;
75
CombinedHorzVertRingFilter(output, width, height,
QP_store
, 0, pp_mod);
84
QP_store
, 0, pp_mod);
89
QP_store
, 0, pp_mod);
94
Deringing_Luma(output, width, height,
QP_store
,
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);
127
(int)(height >> 1),
QP_store
,
[
all
...]
dcac_prediction.cpp
45
int16 *
QP_store
= video->QPMB + mbnum;
145
QP_tmp =
QP_store
[y_offset];
174
QP_tmp =
QP_store
[x_offset];
Completed in 4773 milliseconds