Searched refs:tmp_img (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 330 struct g2d_image img = {0}, tmp_img = {0}; in g2d_move_test() local 370 tmp_img.bo[0] = tmp->handle; in g2d_move_test() 373 tmp_img.user_ptr[0].userptr = (unsigned long)checkerboard; in g2d_move_test() 374 tmp_img.user_ptr[0].size = img_w * img_h * 4; in g2d_move_test() 393 tmp_img.width = img_w; in g2d_move_test() 394 tmp_img.height = img_h; in g2d_move_test() 395 tmp_img.stride = img_w * 4; in g2d_move_test() 396 tmp_img.buf_type = type; in g2d_move_test() 397 tmp_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_move_test() 400 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h); in g2d_move_test()
|
/external/libxaac/decoder/ |
D | ixheaacd_ps_dec.c | 866 WORD32 tmp_real, tmp_img; in ixheaacd_apply_rot_dec() local 945 tmp_img = *p_hyb_left_im1++; in ixheaacd_apply_rot_dec() 953 tmp_img = ixheaacd_add32_sat(tmp_img, *p_hyb_left_im1++); in ixheaacd_apply_rot_dec() 959 p_hyb_left_im[subband] = tmp_img; in ixheaacd_apply_rot_dec()
|