Searched refs:yptr (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c42 unsigned char *yptr, *uptr, *vptr; local
45 yptr = y_mb_ptr + (mv_row >> 3) * stride + (mv_col >> 3);
48 x->subpixel_predict16x16(yptr, stride, mv_col & 7, mv_row & 7, &pred[0],
51 vp8_copy_mem16x16(yptr, stride, &pred[0], 16);
/external/libxaac/decoder/
H A Dixheaacd_imdct.c125 WORD32 *yptr; local
127 yptr = &xptr[2 * nlength - 1];
132 *yptr = (-(ixheaacd_mult32((i_ptr[i]), (*cos_ptr++)) +
135 yptr -= 2;

Completed in 4805 milliseconds