Home
last modified time | relevance | path

Searched defs:cb1 (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcolorspace.h34 #define YUV_TO_RGB1_CCIR(cb1, cr1)\ argument
44 #define YUV_TO_RGB1_CCIR_BT709(cb1, cr1) \ argument
63 #define YUV_TO_RGB1(cb1, cr1)\ argument
/third_party/node/benchmark/timers/
Dset-immediate-depth-args.js36 function cb1(n) { function
Dset-immediate-breadth-args.js14 function cb1(arg1) {} function
Dtimers-breadth-args.js10 function cb1(arg1) { function
/third_party/node/benchmark/process/
Dnext-tick-breadth-args.js11 function cb1(arg1) { function
Dnext-tick-depth-args.js52 function cb1(arg1) { function
/third_party/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/
Dmain.c122 cb1(struct lws *wsi_unused, const char *ads, const struct addrinfo *a, int n, in cb1() function
/third_party/mesa3d/src/gallium/tests/graw/
Dfs-test.c112 struct pipe_constant_buffer cb1; in init_fs_constbuf() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcontroller.c564 GstControlBinding *cb1, *cb2; in GST_START_TEST() local
687 GstControlBinding *cb1, *cb2; in GST_START_TEST() local
/third_party/ffmpeg/libavcodec/
Dcinepak.c137 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local
Dra144enc.c334 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock() local
Dtwinvq.h80 const int16_t *cb1; member
Dtwinvq.c174 const int16_t *cb0, const int16_t *cb1, int cb_len) in dequant()
/third_party/openh264/codec/common/loongarch/
Dsatd_sad_lasx.c368 __m256i cb0, cb1, cb2, cb3, cb4, cb5, cb6, cb7; in WelsSampleSadFour4x4_lasx() local
/third_party/python/Lib/test/
Dtest_gc.py1081 def cb1(self, phase, info): member in GCCallbackTests