Searched refs:tmp_stride (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format.c | 634 unsigned tmp_stride; in util_format_translate() local 637 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 638 tmp_row = MALLOC(y_step * tmp_stride); in util_format_translate() 643 … src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step); in util_format_translate() 644 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate() 652 … src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height); in util_format_translate() 653 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate() 659 unsigned tmp_stride; in util_format_translate() local 662 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 663 tmp_row = MALLOC(y_step * tmp_stride); in util_format_translate() [all …]
|
/external/libvpx/libvpx/test/ |
D | sad_test.cc | 342 const int tmp_stride = reference_stride_; in TEST_P() local 347 reference_stride_ = tmp_stride; in TEST_P() 353 const int tmp_stride = reference_stride_; in TEST_P() local 358 reference_stride_ = tmp_stride; in TEST_P() 362 const int tmp_stride = source_stride_; in TEST_P() local 367 source_stride_ = tmp_stride; in TEST_P() 384 const int tmp_stride = reference_stride_; in TEST_P() local 390 reference_stride_ = tmp_stride; in TEST_P() 396 const int tmp_stride = reference_stride_; in TEST_P() local 402 reference_stride_ = tmp_stride; in TEST_P() [all …]
|