/external/libaom/libaom/third_party/libyuv/source/ |
convert_to_i420.cc | 48 uint8* tmp_y = y; local 325 tmp_y, tmp_y_stride,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_to_i420.cc | 56 uint8_t* tmp_y = dst_y; local 264 dst_stride_v, tmp_y, tmp_y_stride, tmp_u, tmp_u_stride,
|
/external/libyuv/files/source/ |
convert_to_i420.cc | 56 uint8* tmp_y = y; local 250 r = I420Rotate(y, y_stride, u, u_stride, v, v_stride, tmp_y, tmp_y_stride,
|
/external/webp/src/dec/ |
webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
|
/external/libhevc/decoder/ |
ihevcd_get_mv.c | 351 WORD32 tmp_x, tmp_y, mvd_x, mvd_y, mvp_x, mvp_y; local 378 tmp_y = (mvp_y + mvd_y + two_pow_16) & (two_pow_16 - 1); 379 tmp_y = tmp_y >= two_pow_15 ? 380 (tmp_y - two_pow_16) : tmp_y; 381 ps_pu->mv.s_l0_mv.i2_mvy = tmp_y; 395 tmp_y = (mvp_y + mvd_y + two_pow_16) & (two_pow_16 - 1); 396 tmp_y = tmp_y >= two_pow_15 [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_ff.c | 588 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); local 604 ureg_RSQ(ureg, tmp_y, _X(tmp)); 605 ureg_MUL(ureg, tmp_y, _Y(tmp), _X(tmp)); 606 ureg_CMP(ureg, tmp_y, ureg_negate(_Y(tmp)), _Y(tmp), ureg_imm1f(ureg, 0.0f)); 778 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); local [all...] |