Searched refs:temp_u (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_msa.c | 567 uint8_t temp_u[64]; \ 590 ST_UB4(tu0, tu1, cu0, cu1, &temp_u[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); \ 608 memcpy(&temp_u[ 0], top_u, 17 * sizeof(uint8_t)); \ 609 memcpy(&temp_u[32], cur_u, 17 * sizeof(uint8_t)); \ 612 LD_UB2(&temp_u[ 0], 1, tu0, tu1); \ 613 LD_UB2(&temp_u[32], 1, cu0, cu1); \ 618 ST_UB4(tu0, tu1, cu0, cu1, &temp_u[0], 16); \ 620 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/opencv/cxcore/src/ |
D | cxsvd.cpp | 1229 int temp_u = 0, /* temporary storage for U is needed */ in cvSVD() local 1298 temp_u = (u_rows != u_cols && !(flags & CV_SVD_U_T)) || u->data.ptr==a->data.ptr; in cvSVD() 1357 if( temp_u ) in cvSVD() 1386 if( temp_u ) in cvSVD() 1428 else if( temp_u ) in cvSVD() 1468 int temp_u = 0, temp_v = 0; in cvSVBkSb() local 1495 temp_u = 1; in cvSVBkSb() 1573 if( temp_u ) in cvSVBkSb()
|