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

  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 22 void (*WebPRescalerImportRow)(WebPRescaler* const wrk,
24 void (*WebPRescalerExportRow)(WebPRescaler* const wrk, int x_out) = NULL;
29 static void ImportRowC(WebPRescaler* const wrk,
31 const int x_stride = wrk->num_channels;
32 const int x_out_max = wrk->dst_width * wrk->num_channels;
36 if (!wrk->x_expand) {
39 accum += wrk->x_add;
40 for (; accum > 0; accum -= wrk->x_sub) {
48 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac
    [all...]
rescaler.h 62 extern void (*WebPRescalerImportRow)(WebPRescaler* const wrk,
65 extern void (*WebPRescalerExportRow)(WebPRescaler* const wrk, int x_out);
  /external/webp/src/utils/
rescaler.c 22 void (*WebPRescalerImportRow)(WebPRescaler* const wrk,
24 void (*WebPRescalerExportRow)(WebPRescaler* const wrk, int x_out) = NULL;
29 static void ImportRowC(WebPRescaler* const wrk,
31 const int x_stride = wrk->num_channels;
32 const int x_out_max = wrk->dst_width * wrk->num_channels;
36 if (!wrk->x_expand) {
39 accum += wrk->x_add;
40 for (; accum > 0; accum -= wrk->x_sub) {
48 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac
    [all...]
rescaler.h 62 extern void (*WebPRescalerImportRow)(WebPRescaler* const wrk,
65 extern void (*WebPRescalerExportRow)(WebPRescaler* const wrk, int x_out);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 318 const char* wrk; local
336 if ((wrk=find_pc(frame)) == NULL) {
343 wrk = get_next_token(wrk, pc_address, sizeof(pc_address));
349 get_next_token(wrk, module_path, sizeof(module_path));
  /external/qemu/android/
hw-qemud.c 1873 QemudPipeMessage* wrk; local
1994 uint8_t* msg, *wrk; local
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 1014 const char* wrk = new_par; local
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
io.c 269 int new_lines, WebPRescaler* const wrk) {
272 const int lines_in = WebPRescalerImport(wrk, new_lines, src, src_stride);
275 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)
  /external/webp/src/dec/
io.c 269 int new_lines, WebPRescaler* const wrk) {
272 const int lines_in = WebPRescalerImport(wrk, new_lines, src, src_stride);
275 num_lines_out += WebPRescalerExport(wrk); // emit output row(s)

Completed in 1883 milliseconds