Searched refs:temp_u (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_msa.c | 573 uint8_t temp_u[64]; \ 596 ST_UB4(tu0, tu1, cu0, cu1, &temp_u[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); \ 614 memcpy(&temp_u[ 0], top_u, 17 * sizeof(uint8_t)); \ 615 memcpy(&temp_u[32], cur_u, 17 * sizeof(uint8_t)); \ 618 LD_UB2(&temp_u[ 0], 1, tu0, tu1); \ 619 LD_UB2(&temp_u[32], 1, cu0, cu1); \ 624 ST_UB4(tu0, tu1, cu0, cu1, &temp_u[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 | 49 align_buffer_page_end(temp_u, kHalfPixels); \ 59 MemRandomize(temp_u, kHalfPixels); \ 103 temp_u, (benchmark_width_ + 1) / 2, temp_v, \ 108 YUVTOARGB(temp_y, benchmark_width_, temp_u, (benchmark_width_ + 1) / 2, \ 114 YUVTOARGB(temp_y, benchmark_width_, temp_u, (benchmark_width_ + 1) / 2, \ 133 free_aligned_buffer_page_end(temp_u); \
|
/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()
|