Home
last modified time | relevance | path

Searched refs:frow (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
Drescaler.c48 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac; in ImportRowC()
62 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum; in ImportRowC()
68 wrk->irow[x_out] += wrk->frow[x_out]; in ImportRowC()
76 const int32_t* const frow = wrk->frow; in ExportRowC() local
80 const int frac = (int)MULT_FIX(frow[x_out], yscale); in ExportRowC()
102 int* frow = wrk->frow + channel; in ImportRowMIPS() local
149 [frow] "+r" (frow), [irow] "+r" (irow), [accum1] "=&r" (accum1), in ImportRowMIPS()
184 [frac] "=&r" (frac), [frow] "+r" (frow), [irow] "+r" (irow) in ImportRowMIPS()
196 const int32_t* const frow = wrk->frow; in ExportRowMIPS() local
207 const int32_t* frow_t = (const int32_t*)frow; in ExportRowMIPS()
[all …]
Drescaler.h37 int32_t* irow, *frow; // work buffer member
/external/webp/src/utils/
Drescaler.c48 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac; in ImportRowC()
62 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum; in ImportRowC()
68 wrk->irow[x_out] += wrk->frow[x_out]; in ImportRowC()
76 const int32_t* const frow = wrk->frow; in ExportRowC() local
80 const int frac = (int)MULT_FIX(frow[x_out], yscale); in ExportRowC()
102 int* frow = wrk->frow + channel; in ImportRowMIPS() local
149 [frow] "+r" (frow), [irow] "+r" (irow), [accum1] "=&r" (accum1), in ImportRowMIPS()
184 [frac] "=&r" (frac), [frow] "+r" (frow), [irow] "+r" (irow) in ImportRowMIPS()
196 const int32_t* const frow = wrk->frow; in ExportRowMIPS() local
207 const int32_t* frow_t = (const int32_t*)frow; in ExportRowMIPS()
[all …]
Drescaler.h37 int32_t* irow, *frow; // work buffer member