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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 50 * int dest_step : Number of pixels to step on in destination.
71 int dest_step,
85 for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step) {
104 * int dest_step : Number of pixels to step on in destination.
125 int dest_step,
138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step)
150 * int dest_step : Number of pixels to step on in destination
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 50 * int dest_step : Number of pixels to step on in destination.
71 int dest_step,
85 for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step) {
104 * int dest_step : Number of pixels to step on in destination.
125 int dest_step,
138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step)
150 * int dest_step : Number of pixels to step on in destination
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 50 * int dest_step : Number of pixels to step on in destination.
71 int dest_step,
85 for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step) {
104 * int dest_step : Number of pixels to step on in destination.
125 int dest_step,
138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step)
150 * int dest_step : Number of pixels to step on in destination
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 92 int dest_step = bYFlip ? -dest_pitch : dest_pitch; local
97 dest_scan += dest_step;
102 int dest_step = bYFlip ? -dest_pitch : dest_pitch; local
104 dest_step -= 2;
116 dest_scan += dest_step;
123 dest_scan += dest_step;
130 dest_scan += dest_step;
139 int dest_step = bYFlip ? -dest_pitch : dest_pitch; local
149 dest_scan += dest_step;
    [all...]

Completed in 234 milliseconds