Home
last modified time | relevance | path

Searched defs:cb1 (Results 1 – 15 of 15) 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/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/ffmpeg/libavcodec/
Dcinepak.c139 uint8_t *cb0, *cb1, *cb2, *cb3; in cinepak_decode_vectors() local
Dra144enc.c331 float zero[BLOCKSIZE], cba[BLOCKSIZE], cb1[BLOCKSIZE], cb2[BLOCKSIZE]; in ra144_encode_subblock() local
Dtwinvq.h79 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.c369 __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
/third_party/astc-encoder/Source/
Dstb_image.h3660 __m128i cb1 = _mm_mulhi_epi16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local
3717 int16x8_t cb1 = vqdmulhq_s16(cbw, cb_const1); in stbi__YCbCr_to_RGB_simd() local