Home | History | Annotate | Download | only in src

Lines Matching defs:QP_store

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,
137 CombinedHorzVertRingFilter(output, (int)(width >> 1), (int)(height >> 1), QP_store, (int) 1, pp_mod);
146 (int)(height >> 1), QP_store, (int) 1, pp_mod);
151 (int)(height >> 1), QP_store, (int) 1, pp_mod);
157 (int)(height >> 1), QP_store,
179 int16 *QP_store,
220 strength = STRENGTH_tab[QP_store[mbnum]];
311 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])];
315 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbnum - nMBPerRow])];
408 strength = STRENGTH_tab[QP_store[mbnum]];
500 strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])];
504 QP_store[mbnum - 1]] : QP_store[mbnum - 1])];