Searched refs:H263_Deblock (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | mp4dec_lib.h | 252 …void H263_Deblock(uint8 *rec, int width, int height, int16 *QP_store, uint8 *mode, int chr, int …
|
D | vop.cpp | 1607 …H263_Deblock(video->currVop->yChan, video->width, video->height, video->QPMB, video->headerInfo.Mo… in PV_DecodeVop() 1608 …H263_Deblock(video->currVop->uChan, video->width >> 1, video->height >> 1, video->QPMB, video->hea… in PV_DecodeVop() 1609 …H263_Deblock(video->currVop->vChan, video->width >> 1, video->height >> 1, video->QPMB, video->hea… in PV_DecodeVop()
|
D | post_filter.cpp | 30 void H263_Deblock(uint8 *rec, in H263_Deblock() function
|