HomeSort by relevance Sort by last modified time
    Searched refs:temp_v (Results 1 - 4 of 4) sorted by null

  /external/libyuv/files/unit_test/
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/webp/src/dsp/
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/mesa3d/src/gallium/drivers/r600/
r600_shader.c 7351 int temp_h = 0, temp_v = 0; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 6189 int temp_u = centroids[i], temp_v = centroids[i + 1]; local
    [all...]

Completed in 299 milliseconds