Searched refs:QP_store (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | post_filter.cpp | 33 int16 *QP_store, in H263_Deblock() argument 74 strength = STRENGTH_tab[QP_store[mbnum]]; in H263_Deblock() 165 … strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])]; in H263_Deblock() 169 …strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbn… in H263_Deblock() 262 strength = STRENGTH_tab[QP_store[mbnum]]; in H263_Deblock() 354 … strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])]; in H263_Deblock() 358 …strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - 1]] : QP_store[mbnum - 1])… in H263_Deblock()
|
D | mp4dec_lib.h | 252 …void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int … 260 void Deringing_Luma(uint8 *Rec_Y, int width, int height, int16 *QP_store, 262 void Deringing_Chroma(uint8 *Rec_C, int width, int height, int16 *QP_store, 264 void CombinedHorzVertFilter(uint8 *rec, int width, int height, int16 *QP_store, 266 void CombinedHorzVertFilter_NoSoftDeblocking(uint8 *rec, int width, int height, int16 *QP_store, 269 int16 *QP_store, int chr, uint8 *pp_mod);
|
D | dcac_prediction.cpp | 45 int16 *QP_store = video->QPMB + mbnum; in doDCACPrediction() local 145 QP_tmp = QP_store[y_offset]; in doDCACPrediction() 174 QP_tmp = QP_store[x_offset]; in doDCACPrediction()
|