Searched refs:AdaptiveSmooth_NoMMX (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | deringing_luma.cpp | 96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma()
|
D | chvr_filter.cpp | 467 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff); in CombinedHorzVertRingFilter() 546 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff); in CombinedHorzVertRingFilter()
|
D | adaptive_smooth_no_mmx.cpp | 212 void AdaptiveSmooth_NoMMX( in AdaptiveSmooth_NoMMX() function
|
D | deringing_chroma.cpp | 201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff); in Deringing_Chroma()
|
D | mp4dec_lib.h | 289 void AdaptiveSmooth_NoMMX(uint8 *Rec_Y, int v0, int h0, int v_blk, int h_blk,
|