HomeSort by relevance Sort by last modified time
    Searched defs:pp_mod (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 39 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...]
combined_decode.cpp 549 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[5] = pp_mod[4] + TotalMB
    [all...]
datapart_decode.cpp 639 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[5] = pp_mod[4] + TotalMB
    [all...]

Completed in 264 milliseconds