Home
last modified time | relevance | path

Searched refs:temp_v (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dupsampling_msa.c568 uint8_t temp_v[64]; \
591 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
592 FUNC##Line(ptop_y, &temp_u[ 0], &temp_v[0], ptop_dst, 32); \
594 FUNC##Line(pbot_y, &temp_u[32], &temp_v[32], pbot_dst, 32); \
610 memcpy(&temp_v[ 0], top_v, 17 * sizeof(uint8_t)); \
611 memcpy(&temp_v[32], cur_v, 17 * sizeof(uint8_t)); \
614 LD_UB2(&temp_v[ 0], 1, tv0, tv1); \
615 LD_UB2(&temp_v[32], 1, cv0, cv1); \
619 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
620 FUNC##Line(ptop_y, &temp_u[ 0], &temp_v[0], ptop_dst, size * 2); \
[all …]
/external/libyuv/files/unit_test/
Dcolor_test.cc50 align_buffer_page_end(temp_v, kHalfPixels); \
60 MemRandomize(temp_v, kHalfPixels); \
103 temp_u, (benchmark_width_ + 1) / 2, temp_v, \
109 temp_v, (benchmark_width_ + 1) / 2, dst_pixels_c, \
115 temp_v, (benchmark_width_ + 1) / 2, dst_pixels_opt, \
134 free_aligned_buffer_page_end(temp_v); \
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7115 int temp_h = 0, temp_v = 0; in tgsi_tex() local
7131 temp_v = treg; in tgsi_tex()
7157 tex.src_gpr = (i == 1) ? temp_h : temp_v; in tgsi_tex()