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

  /external/webp/src/enc/
predictor_enc.c 302 const int context_start_x = start_x - have_left; local
338 memcpy(current_row + context_start_x,
339 argb + (start_y - 1) * width + context_start_x,
352 memcpy(current_row + context_start_x,
353 argb + y * width + context_start_x,
356 MaxDiffsForRow(context_width, width, argb + y * width + context_start_x,
357 max_diffs + context_start_x, used_subtract_green);

Completed in 177 milliseconds