Searched refs:is_8bit (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubdec.c | 99 const uint8_t *buf, int start, int buf_size, int is_8bit) in decode_rle() 121 if (is_8bit) in decode_rle() 222 int big_offsets, offset_size, is_8bit = 0; in decode_dvd_subtitles() local 310 is_8bit = 1; in decode_dvd_subtitles() 383 buf, offset1, buf_size, is_8bit) < 0) in decode_dvd_subtitles() 386 buf, offset2, buf_size, is_8bit) < 0) in decode_dvd_subtitles() 391 if (is_8bit) { in decode_dvd_subtitles() 98 decode_rle(uint8_t *bitmap, int linesize, int w, int h, uint8_t used_color[256], const uint8_t *buf, int start, int buf_size, int is_8bit) decode_rle() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | pixdesc.c | 68 int is_8bit = shift + depth <= 8; in av_read_image_line2() local 71 if (is_8bit) in av_read_image_line2() 76 if (is_8bit) val = *p; in av_read_image_line2()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo_compute.c | 283 bool is_8bit = true; in fill_pbo_data() local 290 is_8bit = false; in fill_pbo_data() 294 if (is_8bit || dst_desc->block.bits == 8) in fill_pbo_data()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_memory_test.cpp | 3462 CodeGenerator GetSizedVariableCodeGenerator(bool is_8bit, bool buffer_block) { in GetSizedVariableCodeGenerator() argument 3469 if (is_8bit) { in GetSizedVariableCodeGenerator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_memory_test.cpp | 3462 CodeGenerator GetSizedVariableCodeGenerator(bool is_8bit, bool buffer_block) { in GetSizedVariableCodeGenerator() argument 3469 if (is_8bit) { in GetSizedVariableCodeGenerator()
|
/third_party/spirv-tools/test/val/ |
H A D | val_memory_test.cpp | 3953 CodeGenerator GetSizedVariableCodeGenerator(bool is_8bit, bool buffer_block) { in GetSizedVariableCodeGenerator() argument 3960 if (is_8bit) { in GetSizedVariableCodeGenerator()
|
Completed in 20 milliseconds