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

  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 137 brillo::Blob a_sub(&a_data[i], &a_data[i + kBlockSize]);
139 EXPECT_TRUE(a_sub == b_sub) << "Block " << (i/kBlockSize) << " differs";
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 895 const int a_sub = src_argb1[3]; local
899 dst_argb[3] = SHADE(a, a_sub);
915 int a_sub = src_y0[i + 2]; local
918 int a_diff = a - a_sub;
933 int a_sub = src_y1[i + 0]; local
936 int a_diff = a - a_sub;
    [all...]
  /external/libyuv/files/source/
row_common.cc 866 const int a_sub = src_argb1[3]; local
870 dst_argb[3] = SHADE(a, a_sub);
886 int a_sub = src_y0[i + 2]; local
889 int a_diff = a - a_sub;
904 int a_sub = src_y1[i + 0]; local
907 int a_diff = a - a_sub;
    [all...]

Completed in 195 milliseconds