Searched refs:MQ_chroma_QP_table (Results 1 – 3 of 3) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | post_filter.cpp | 311 … strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])]; in H263_Deblock() 315 …strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - nMBPerRow]] : QP_store[mbn… in H263_Deblock() 500 … strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum]] : QP_store[mbnum])]; in H263_Deblock() 504 …strength = STRENGTH_tab[(annex_T ? MQ_chroma_QP_table[QP_store[mbnum - 1]] : QP_store[mbnum - 1])… in H263_Deblock()
|
D | mbtype_mode.h | 33 const static int16 MQ_chroma_QP_table[32] = {0, 1, 2, 3, 4, 5, 6, 6, 7, 8, 9, 9, 10, 10, 11, 11, 12… variable
|
D | combined_decode.cpp | 130 video->QP_CHR = MQ_chroma_QP_table[QP]; in DecodeFrameCombinedMode() 495 video->QP_CHR = MQ_chroma_QP_table[*QP]; in GetMBheader()
|