Searched refs:QP_store (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp40 int16 *QP_store; local
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,
176 H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int annex_T) argument
[all...]
H A Dmp4dec_lib.h283 void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int T);
291 void Deringing_Luma(uint8 *Rec_Y, int width, int height, int16 *QP_store,
293 void Deringing_Chroma(uint8 *Rec_C, int width, int height, int16 *QP_store,
295 void CombinedHorzVertFilter(uint8 *rec, int width, int height, int16 *QP_store,
297 void CombinedHorzVertFilter_NoSoftDeblocking(uint8 *rec, int width, int height, int16 *QP_store,
300 int16 *QP_store, int chr, uint8 *pp_mod);
H A Dchvr_filter.cpp27 int16 *QP_store,
77 QP = QP_store[(brwidth>>2) + (mbc>>1)];
109 QP = QP_store[index];
268 QP = QP_store[index];
437 QP = QP_store[index];
521 QP = QP_store[index];
23 CombinedHorzVertRingFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
H A Dchv_filter.cpp151 int *QP_store,
158 QP_store: pointer to the array of QP corresponding to the decoded frame.
180 int16 *QP_store,
207 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
223 if (chr) QP = QP_store[jVal0];
339 if (chr) QP = QP_store[jVal0];
457 int16 *QP_store,
484 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
500 if (chr) QP = QP_store[jVal0];
578 if (chr) QP = QP_store[jVal
176 CombinedHorzVertFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
453 CombinedHorzVertFilter_NoSoftDeblocking( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
[all...]
H A Dderinging_chroma.cpp27 int16 *QP_store,
56 max_diff = (QP_store[h_blk>>3] >> 2) + 4;
124 max_diff = (QP_store[((((int32)v_blk*width)>>3))>>3] >> 2) + 4;
191 max_diff = (QP_store[((((int32)v_blk*width)>>3)+h_blk)>>3] >> 2) + 4;
23 Deringing_Chroma( uint8 *Rec_C, int width, int height, int16 *QP_store, int, uint8 *pp_mod ) argument
H A Dderinging_luma.cpp27 int16 *QP_store,
52 max_diff = (QP_store[(MB_H)>>4] >> 2) + 4;
109 max_diff = (QP_store[((((int32)MB_V*width)>>4))>>4] >> 2) + 4;
160 max_diff = (QP_store[((((int32)MB_V*width)>>4)+MB_H)>>4] >> 2) + 4;
23 Deringing_Luma( uint8 *Rec_Y, int width, int height, int16 *QP_store, int, uint8 *pp_mod) argument
H A Ddcac_prediction.cpp45 int16 *QP_store = video->QPMB + mbnum; local
145 QP_tmp = QP_store[y_offset];
174 QP_tmp = QP_store[x_offset];

Completed in 769 milliseconds