Searched refs:pp_mod (Results 1 - 8 of 8) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchv_filter.cpp153 uint8 *pp_mod)
163 pp_mod : The semphore used for deblocking
182 uint8 *pp_mod)
227 if (((pp_mod[jVal0]&0x02)) && ((pp_mod[jVal0-pp_w]&0x02)))
343 if (((pp_mod[jVal0-1]&0x01)) && ((pp_mod[jVal0]&0x01)))
459 uint8 *pp_mod)
504 if (((pp_mod[jVal0]&0x02)) && ((pp_mod[jVal
176 CombinedHorzVertFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
453 CombinedHorzVertFilter_NoSoftDeblocking( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
[all...]
H A Dchvr_filter.cpp29 uint8 *pp_mod)
114 if (((pp_mod[index]&0x02) != 0) && ((pp_mod[index-pp_w]&0x02) != 0))
117 /* Set HorzHflag (bit 4) in the pp_mod location */
118 pp_mod[index-pp_w] |= 0x10; /* 4/26/00 reuse pp_mod for HorzHflag*/
173 /* Clear HorzHflag (bit 4) in the pp_mod location */
174 pp_mod[index-pp_w] &= 0xef; /* reset 1110,1111 */
273 if (((pp_mod[index-1]&0x01) != 0) && ((pp_mod[inde
23 CombinedHorzVertRingFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
[all...]
H A Dcombined_decode.cpp549 uint8 *pp_mod[6]; local
563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
564 pp_mod[1] = pp_mod[0] + 1;
565 pp_mod[2] = pp_mod[0] + (MB_in_width << 1);
566 pp_mod[3] = pp_mod[2] + 1;
567 pp_mod[4] = video->pstprcTypCur + (TotalMB << 2) + mbnum;
568 pp_mod[
[all...]
H A Ddatapart_decode.cpp639 uint8 *pp_mod[6]; local
653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
654 pp_mod[1] = pp_mod[0] + 1;
655 pp_mod[2] = pp_mod[0] + (MB_in_width << 1);
656 pp_mod[3] = pp_mod[2] + 1;
657 pp_mod[4] = video->pstprcTypCur + (TotalMB << 2) + mbnum;
658 pp_mod[
[all...]
H A Dderinging_chroma.cpp29 uint8 *pp_mod
189 if ((pp_mod[(v_blk/8)*(width/8)+h_blk/8]&0x4) != 0)
H A Dderinging_luma.cpp29 uint8 *pp_mod)
172 /* Update based on pp_mod only */
173 if ((pp_mod[blk_indx]&0x4) != 0)
199 if ((pp_mod[blk_indx]&0x4) != 0)
23 Deringing_Luma( uint8 *Rec_Y, int width, int height, int16 *QP_store, int, uint8 *pp_mod) argument
H A Dmp4dec_lib.h292 int Combined, uint8 *pp_mod);
294 int Combined, uint8 *pp_mod);
296 int chr, uint8 *pp_mod);
298 int chr, uint8 *pp_mod);
300 int16 *QP_store, int chr, uint8 *pp_mod);
H A Dpost_filter.cpp39 uint8 *pp_mod; local
71 pp_mod = video->pstprcTypCur;
75 CombinedHorzVertRingFilter(output, width, height, QP_store, 0, pp_mod);
84 QP_store, 0, pp_mod);
89 QP_store, 0, pp_mod);
95 combined_with_deblock_filter, pp_mod);
102 pp_mod += (nTotalMB << 2);
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);
[all...]

Completed in 686 milliseconds