Home
last modified time | relevance | path

Searched defs:frow (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Drescaler_mips32.c38 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink_MIPS32() local
98 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand_MIPS32() local
153 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPS32() local
Drescaler_neon.c48 static uint32x4_t Interpolate_NEON(const rescaler_t* const frow, in Interpolate_NEON()
69 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_NEON() local
123 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_NEON() local
Drescaler.c103 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpand_C() local
132 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrink_C() local
Drescaler_sse2.c48 rescaler_t* frow = wrk->frow; in RescalerImportRowExpand_SSE2() local
121 rescaler_t* frow = wrk->frow; in RescalerImportRowShrink_SSE2() local
233 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_SSE2() local
291 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_SSE2() local
Drescaler_msa.c117 static WEBP_INLINE void ExportRowExpand_0(const uint32_t* frow, uint8_t* dst, in ExportRowExpand_0()
174 static WEBP_INLINE void ExportRowExpand_1(const uint32_t* frow, uint32_t* irow, in ExportRowExpand_1()
252 const rescaler_t* frow = wrk->frow; in RescalerExportRowExpand_MIPSdspR2() local
Drescaler_mips_dsp_r2.c171 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPSdspR2() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Drescaler_mips32.c38 rescaler_t* frow = wrk->frow + channel; in ImportRowShrink_MIPS32() local
98 rescaler_t* frow = wrk->frow + channel; in ImportRowExpand_MIPS32() local
153 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPS32() local
Drescaler_neon.c48 static uint32x4_t Interpolate_NEON(const rescaler_t* const frow, in Interpolate_NEON()
69 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_NEON() local
123 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_NEON() local
Drescaler.c104 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowExpand_C() local
133 const rescaler_t* const frow = wrk->frow; in WebPRescalerExportRowShrink_C() local
Drescaler_sse2.c48 rescaler_t* frow = wrk->frow; in RescalerImportRowExpand_SSE2() local
121 rescaler_t* frow = wrk->frow; in RescalerImportRowShrink_SSE2() local
233 const rescaler_t* const frow = wrk->frow; in RescalerExportRowExpand_SSE2() local
291 const rescaler_t* const frow = wrk->frow; in RescalerExportRowShrink_SSE2() local
Drescaler_msa.c117 static WEBP_INLINE void ExportRowExpand_0(const uint32_t* frow, uint8_t* dst, in ExportRowExpand_0()
174 static WEBP_INLINE void ExportRowExpand_1(const uint32_t* frow, uint32_t* irow, in ExportRowExpand_1()
252 const rescaler_t* frow = wrk->frow; in RescalerExportRowExpand_MIPSdspR2() local
Drescaler_mips_dsp_r2.c171 const rescaler_t* frow = wrk->frow; in ExportRowExpand_MIPSdspR2() local
/third_party/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.h46 rescaler_t* irow, *frow; // work buffer member
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.h46 rescaler_t* irow, *frow; // work buffer member
/third_party/boost/boost/msm/back/
Dstate_machine.hpp1013 struct frow struct in boost::msm::back::state_machine
1015 typedef T1 current_state_type;
1016 typedef T1 next_state_type;
1017 typedef Evt transition_event;
1019 typedef int is_frow;
1022 … static HandledEnum execute(library_sm& fsm, int region_index, int , transition_event const& evt) in execute()
1033 struct replace_event