Searched refs:b24 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libaribb24.c | 135 Libaribb24Context *b24 = avctx->priv_data; in libaribb24_init() local 139 if (!(b24->lib_instance = arib_instance_new(avctx))) { in libaribb24_init() 144 if (b24->aribb24_base_path) { in libaribb24_init() 146 b24->aribb24_base_path); in libaribb24_init() 147 arib_set_base_path(b24->lib_instance, b24->aribb24_base_path); in libaribb24_init() 150 arib_register_messages_callback(b24->lib_instance, libaribb24_log); in libaribb24_init() 152 if (!(b24->parser = arib_get_parser(b24->lib_instance))) { in libaribb24_init() 156 if (!(b24 in libaribb24_init() 195 Libaribb24Context *b24 = avctx->priv_data; libaribb24_close() local 210 Libaribb24Context *b24 = avctx->priv_data; libaribb24_handle_regions() local 289 Libaribb24Context *b24 = avctx->priv_data; libaribb24_decode() local 362 Libaribb24Context *b24 = avctx->priv_data; libaribb24_flush() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 909 // b20 g21 b22 g23 b24 in FixIsolatedPixel() 928 int32 b24 = p2 [4]; in FixIsolatedPixel() local 961 Abs_int32 (b02 - b24) + in FixIsolatedPixel() 964 est2 = b20 + b24; in FixIsolatedPixel() 966 grad2 = Abs_int32 (b20 - b24) + in FixIsolatedPixel() 984 Abs_int32 (b24 - b42); in FixIsolatedPixel() 1328 // b20 g21 b22 g23 b24 g25 b26 g27 b28 in FixSingleColumn()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-neon-aarch64.cc | 123 COMPARE(str(b24, MemOperand(sp, 1, PreIndex)), "str b24, [sp, #1]!"); in TEST() 181 COMPARE(ldr(b24, MemOperand(sp, -1, PreIndex)), "ldr b24, [sp, #-1]!"); in TEST()
|
H A D | test-assembler-neon-aarch64.cc | 5613 __ Sqneg(b24, b0); in TEST() 5697 __ Sqabs(b24, b0); in TEST()
|
Completed in 23 milliseconds