Home
last modified time | relevance | path

Searched refs:tmp_y (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/decoder/
Dihevcd_get_mv.c351 WORD32 tmp_x, tmp_y, mvd_x, mvd_y, mvp_x, mvp_y; in ihevcd_get_mv_ctb() local
378 tmp_y = (mvp_y + mvd_y + two_pow_16) & (two_pow_16 - 1); in ihevcd_get_mv_ctb()
379 tmp_y = tmp_y >= two_pow_15 ? in ihevcd_get_mv_ctb()
380 (tmp_y - two_pow_16) : tmp_y; in ihevcd_get_mv_ctb()
381 ps_pu->mv.s_l0_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
395 tmp_y = (mvp_y + mvd_y + two_pow_16) & (two_pow_16 - 1); in ihevcd_get_mv_ctb()
396 tmp_y = tmp_y >= two_pow_15 ? in ihevcd_get_mv_ctb()
397 (tmp_y - two_pow_16) : tmp_y; in ihevcd_get_mv_ctb()
398 ps_pu->mv.s_l1_mv.i2_mvy = tmp_y; in ihevcd_get_mv_ctb()
/external/webp/src/dec/
Dwebpi.h33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
Dio.c108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
128 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB()
580 p->tmp_y = (uint8_t*)p->memory; in CustomSetup()
581 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup()
/external/chromium_org/third_party/libwebp/dec/
Dwebpi.h33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
Dio.c108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
128 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB()
580 p->tmp_y = (uint8_t*)p->memory; in CustomSetup()
581 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dmatrix.h158 VGfloat tmp_x = x, tmp_y = y; in matrix_map_point() local
160 *out_x = mat->m[0]*tmp_x + mat->m[3]*tmp_y + mat->m[6]; in matrix_map_point()
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7]; in matrix_map_point()
163 VGfloat w = 1/(mat->m[2]*tmp_x + mat->m[5]*tmp_y + mat->m[8]); in matrix_map_point()
/external/mesa3d/src/gallium/state_trackers/vega/
Dmatrix.h158 VGfloat tmp_x = x, tmp_y = y; in matrix_map_point() local
160 *out_x = mat->m[0]*tmp_x + mat->m[3]*tmp_y + mat->m[6]; in matrix_map_point()
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7]; in matrix_map_point()
163 VGfloat w = 1/(mat->m[2]*tmp_x + mat->m[5]*tmp_y + mat->m[8]); in matrix_map_point()
/external/chromium_org/third_party/libyuv/source/
Dconvert_to_i420.cc49 uint8* tmp_y = y; in ConvertToI420() local
369 tmp_y, tmp_y_stride, in ConvertToI420()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc49 uint8* tmp_y = y; in ConvertToI420() local
369 tmp_y, tmp_y_stride, in ConvertToI420()
/external/qemu/target-arm/
Dneon_helper.c1524 arithtype tmp_y = (intype)(y); \
1525 dest = ((tmp_x > tmp_y) ? tmp_x - tmp_y : tmp_y - tmp_x); \
1592 type1 tmp_y = y; \
1593 dest = (type2)((type2)tmp_x * (type2)tmp_y); \
/external/libyuv/files/source/
Dconvert.cc1746 uint8* tmp_y = y; in ConvertToI420() local
2067 tmp_y, tmp_y_stride, in ConvertToI420()