frame.c | 38 uint8_t* const y_dst = dec->cache_y_ + cache_id * 16 * y_bps + mb_x * 16; local 47 VP8SimpleHFilter16(y_dst, y_bps, limit + 4); 50 VP8SimpleHFilter16i(y_dst, y_bps, limit); 53 VP8SimpleVFilter16(y_dst, y_bps, limit + 4); 56 VP8SimpleVFilter16i(y_dst, y_bps, limit); 64 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); 68 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); 72 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); 76 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); 714 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF local [all...] |