HomeSort by relevance Sort by last modified time
    Searched refs:dst_b (Results 26 - 39 of 39) sorted by null

12

  /external/libyuv/files/source/
rotate_neon.cc 252 uint8* dst_b,
347 "add %5, %5, %6, lsl #3 \n" // dst_b += 8 * dst_stride_b
442 "add %5, %5, %6, lsl #2 \n" // dst_b += 4 * dst_stride_b
490 "add %5, %5, %6, lsl #1 \n" // dst_b += 2 * dst_stride_b
525 "+r"(dst_b), // %5
rotate_neon64.cc 261 uint8* dst_b,
360 "add %3, %3, %7, lsl #3 \n" // dst_b += 8 * dst_stride_b
449 "add %3, %3, %7, lsl #2 \n" // dst_b += 4 * dst_stride_b
499 "add %3, %3, %7, lsl #1 \n" // dst_b += 2 * dst_stride_b
532 "+r"(dst_b), // %3
rotate_win.cc 119 uint8* dst_b,
131 mov ebx, [esp + 16 + 20] // dst_b
  /external/libvpx/libvpx/third_party/libyuv/source/
row_any.cc     [all...]
rotate_win.cc 119 uint8_t* dst_b,
131 mov ebx, [esp + 16 + 20] // dst_b
row_neon.cc 588 // Reads 16 packed RGB and write to planar dst_r, dst_g, dst_b.
592 uint8_t* dst_b,
606 "+r"(dst_b), // %3
    [all...]
row_neon64.cc 635 // Reads 16 packed RGB and write to planar dst_r, dst_g, dst_b.
639 uint8_t* dst_b,
652 "+r"(dst_b), // %3
    [all...]
planar_functions.cc 500 uint8_t* dst_b,
506 uint8_t* dst_b, int width) = SplitRGBRow_C;
512 dst_b = dst_b + (height - 1) * dst_stride_b;
543 SplitRGBRow(src_rgb, dst_r, dst_g, dst_b, width);
546 dst_b += dst_stride_b;
    [all...]
row_gcc.cc     [all...]
row_common.cc     [all...]
  /external/libaom/libaom/third_party/libyuv/source/
rotate_win.cc 117 uint8* dst_b, int dst_stride_b,
128 mov ebx, [esp + 16 + 20] // dst_b
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 116 uint8_t* dst_b,
row.h     [all...]
  /external/webp/src/mux/
anim_encode.c 379 const int dst_b = (dst >> 0) & 0xff; local
384 (abs(src_b - dst_b) * dst_a <= (max_allowed_diff * 255));
    [all...]

Completed in 114 milliseconds

12