Searched refs:temp_v (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_msa.c | 574 uint8_t temp_v[64]; \ 597 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 598 FUNC##Line(ptop_y, &temp_u[ 0], &temp_v[0], ptop_dst, 32); \ 600 FUNC##Line(pbot_y, &temp_u[32], &temp_v[32], pbot_dst, 32); \ 616 memcpy(&temp_v[ 0], top_v, 17 * sizeof(uint8_t)); \ 617 memcpy(&temp_v[32], cur_v, 17 * sizeof(uint8_t)); \ 620 LD_UB2(&temp_v[ 0], 1, tv0, tv1); \ 621 LD_UB2(&temp_v[32], 1, cv0, cv1); \ 625 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 626 FUNC##Line(ptop_y, &temp_u[ 0], &temp_v[0], ptop_dst, size * 2); \ [all …]
|
/external/libyuv/files/unit_test/ |
D | color_test.cc | 50 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/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 1109 int temp_u = centroids[i], temp_v = centroids[i + 1]; in rd_pick_palette_intra_sbuv() local 1112 centroids[min_idx] = temp_u, centroids[min_idx + 1] = temp_v; in rd_pick_palette_intra_sbuv()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7913 int temp_h = 0, temp_v = 0; in tgsi_tex() local 7929 temp_v = treg; in tgsi_tex() 7956 t->src_gpr = (i == 1) ? temp_h : temp_v; in tgsi_tex()
|