HomeSort by relevance Sort by last modified time
    Searched refs:QP_store (Results 1 - 7 of 7) 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...]
mp4dec_lib.h 283 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);
chvr_filter.cpp 27 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];
chv_filter.cpp 151 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[jVal0]
    [all...]
deringing_chroma.cpp 27 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;
deringing_luma.cpp 27 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;
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 66 milliseconds