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

  /external/libyuv/files/source/
scale_msa.cc 104 int32_t stepx = src_stepx * 4; local
110 data1 = LW(src_argb + stepx);
111 data2 = LW(src_argb + stepx * 2);
112 data3 = LW(src_argb + stepx * 3);
117 src_argb += stepx * 4;
129 int32_t stepx = src_stepx * 4; local
138 data1 = LD(src_argb + stepx);
139 data2 = LD(src_argb + stepx * 2);
140 data3 = LD(src_argb + stepx * 3);
146 data1 = LD(nxt_argb + stepx);
    [all...]
  /external/libpng/
pngread.c 2974 unsigned int startx, stepx, stepy; local
3291 unsigned int startx, stepx, stepy; local
3450 unsigned int startx, stepx, stepy; local
3587 unsigned int startx, stepx, stepy; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 2960 unsigned int startx, stepx, stepy; local
3278 unsigned int startx, stepx, stepy; local
3438 unsigned int startx, stepx, stepy; local
3574 unsigned int startx, stepx, stepy; local
    [all...]

Completed in 195 milliseconds