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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 49 uint8* tmp_y = y; local
369 tmp_y, tmp_y_stride,
  /external/webp/src/dec/
webpi.h 33 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/libyuv/files/source/
convert.cc 1746 uint8* tmp_y = y; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 158 VGfloat tmp_x = x, tmp_y = y; local
160 *out_x = mat->m[0]*tmp_x + mat->m[3]*tmp_y + mat->m[6];
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7];
163 VGfloat w = 1/(mat->m[2]*tmp_x + mat->m[5]*tmp_y + mat->m[8]);

Completed in 169 milliseconds