Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_mips32.c38 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink_MIPS32() local
73 [frow]"+r"(frow), [accum1]"=&r"(accum1), in ImportRowShrink_MIPS32()
98 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand_MIPS32() local
136 [x_out]"+r"(x_out), [frac]"=&r"(frac), [frow]"+r"(frow) in ImportRowExpand_MIPS32()
153 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPS32() local
176 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand_MIPS32()
204 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand_MIPS32()
217 const rescaler_t* frow = wrk->frow;
249 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),
Drescaler_msa.c117 static WEBP_INLINE void ExportRowExpand_0(const uint32_t* frow, uint8_t* dst, in ExportRowExpand_0() argument
127 LD_UW4(frow, 4, src0, src1, src2, src3); in ExportRowExpand_0()
131 frow += 16; in ExportRowExpand_0()
139 LD_UW3(frow, 4, src0, src1, src2); in ExportRowExpand_0()
145 frow += 12; in ExportRowExpand_0()
150 LD_UW2(frow, 4, src0, src1); in ExportRowExpand_0()
155 frow += 8; in ExportRowExpand_0()
159 const v4u32 src0 = LD_UW(frow); in ExportRowExpand_0()
163 frow += 4; in ExportRowExpand_0()
167 const uint32_t J = frow[x_out]; in ExportRowExpand_0()
[all …]
Drescaler_mips_dsp_r2.c34 const rescaler_t* frow = wrk->frow;
100 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),
110 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR(*frow++, yscale);
171 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPSdspR2() local
210 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand_MIPSdspR2()
218 const uint32_t J = *frow++; in ExportRowExpand_MIPSdspR2()
277 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand_MIPSdspR2()
287 const uint64_t I = (uint64_t)A * *frow++ in ExportRowExpand_MIPSdspR2()
Drescaler_sse2.c48 rescaler_t* frow = wrk->frow; in RescalerImportRowExpand_SSE2() local
49 const rescaler_t* const frow_end = frow + wrk->dst_width * wrk->num_channels; in RescalerImportRowExpand_SSE2()
68 _mm_storeu_si128((__m128i*)frow, out); in RescalerImportRowExpand_SSE2()
69 frow += 4; in RescalerImportRowExpand_SSE2()
70 if (frow >= frow_end) break; in RescalerImportRowExpand_SSE2()
87 assert(sizeof(*frow) == sizeof(uint32_t)); in RescalerImportRowExpand_SSE2()
88 WebPUint32ToMem((uint8_t*)frow, _mm_cvtsi128_si32(out)); in RescalerImportRowExpand_SSE2()
89 frow += 1; in RescalerImportRowExpand_SSE2()
90 if (frow >= frow_end) break; in RescalerImportRowExpand_SSE2()
121 rescaler_t* frow = wrk->frow; in RescalerImportRowShrink_SSE2() local
[all …]
Drescaler_neon.c48 static uint32x4_t Interpolate_NEON(const rescaler_t* const frow, in Interpolate_NEON() argument
51 LOAD_32x4(frow, A0); in Interpolate_NEON()
69 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_NEON() local
78 LOAD_32x4(frow + x_out + 0, A0); in RescalerExportRowExpand_NEON()
79 LOAD_32x4(frow + x_out + 4, A1); in RescalerExportRowExpand_NEON()
88 const uint32_t J = frow[x_out]; in RescalerExportRowExpand_NEON()
97 Interpolate_NEON(frow + x_out + 0, irow + x_out + 0, A, B); in RescalerExportRowExpand_NEON()
99 Interpolate_NEON(frow + x_out + 4, irow + x_out + 4, A, B); in RescalerExportRowExpand_NEON()
108 const uint64_t I = (uint64_t)A * frow[x_out] in RescalerExportRowExpand_NEON()
123 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_NEON() local
[all …]
Drescaler.c45 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum; in WebPRescalerImportRowExpand_C()
85 wrk->frow[x_out] = sum * wrk->x_sub - frac; in WebPRescalerImportRowShrink_C()
103 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpand_C() local
110 const uint32_t J = frow[x_out]; in WebPRescalerExportRowExpand_C()
118 const uint64_t I = (uint64_t)A * frow[x_out] in WebPRescalerExportRowExpand_C()
132 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrink_C() local
139 const uint32_t frac = (uint32_t)MULT_FIX_FLOOR(frow[x_out], yscale); in WebPRescalerExportRowShrink_C()
/external/webp/src/utils/
Drescaler_utils.c71 wrk->frow = work + num_channels * dst_width; in WebPRescalerInit()
121 wrk->irow = wrk->frow; in WebPRescalerImport()
122 wrk->frow = tmp; in WebPRescalerImport()
128 wrk->irow[x] += wrk->frow[x]; in WebPRescalerImport()
Drescaler_utils.h46 rescaler_t* irow, *frow; // work buffer member
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt63460 frow %30996 fro
Dinternal_raw_IPA-old.txt75238 frow fro