HomeSort by relevance Sort by last modified time
    Searched full:unaligned_width (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/base/simd/
filter_yuv_mmx.cc 31 int unaligned_width = local
33 while (pixel < width && pixel < unaligned_width) {
filter_yuv_sse2.cc 24 int unaligned_width = local
26 while (pixel < width && pixel < unaligned_width) {

Completed in 81 milliseconds