Searched defs:vect (Results 1 – 12 of 12) sorted by relevance
/third_party/gn/src/gn/ |
D | unique_vector_unittest.cc | 36 UniqueVector<std::string> vect; in TEST() local 49 UniqueVector<std::string> vect; in TEST() local 85 UniqueVector<std::string> vect; in TEST() local 98 UniqueVector<std::string> vect; in TEST() local 111 UniqueVector<std::string> vect; in TEST() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | StackContainerTests.cpp | 35 StackVector<int, stack_size> vect; in TEST() local 78 Vector vect; in TEST() local 156 StackVector<int, 3> vect; in TEST() local
|
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 136 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score() 169 static void create_adapt_vect(float *vect, const int16_t *cb, int lag) in create_adapt_vect() 247 float vect[BLOCKSIZE]; in find_best_vect() local 281 float vect[BLOCKSIZE]; in fixed_cb_search() local
|
D | vp56.c | 47 VP56mv vect[2] = {{0,0}, {0,0}}; in vp56_get_vectors_predictors() local 207 VP56mv *mv, vect = {0,0}; in vp56_decode_mv() local 264 VP56mv *mv, vect = {0,0}; in vp56_conceal_mv() local
|
D | avs.c | 54 const uint8_t *table, *vect; in avs_decode_frame() local
|
D | vp5.c | 88 static void vp5_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp5_parse_vector_adjustment()
|
D | vp6.c | 354 static void vp6_parse_vector_adjustment(VP56Context *s, VP56mv *vect) in vp6_parse_vector_adjustment()
|
D | roqvideoenc.c | 229 static int eval_motion_dist(RoqEncContext *enc, int x, int y, motion_vect vect, in eval_motion_dist() 360 motion_vect vect, vect2; in motion_search() local
|
D | elbg.c | 86 static inline void vect_division(int *res, int *vect, int div, int dim) in vect_division()
|
D | motion_est.c | 1281 static const int8_t vect[][4]={ in bidir_refine() local
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 130 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, unsigned &… in FindInSorted_Attrib() 148 static int FindInSorted_Ext(const CObjectVector<CExtIconPair> &vect, const wchar_t *ext, unsigned &… in FindInSorted_Ext()
|
/third_party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 1052 vfloat4 vect = rgbq_sum * rdet; in compute_rgbo_vector() local
|