Home
last modified time | relevance | path

Searched refs:WRITE_BYTE (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_encoder_bitstream.cpp206 #define WRITE_BYTE(byte) write_byte_start_code_prevention(byte) macro
221 WRITE_BYTE(*(temp + 3));
222 WRITE_BYTE(*(temp + 2));
223 WRITE_BYTE(*(temp + 1));
224 WRITE_BYTE(*temp);
248 WRITE_BYTE((uint8_t)(m_uintEncBuffer >> 24));
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStreamTest.java27 WRITE_BYTE enum constant
45 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_BYTE)); in suite()
99 case WRITE_BYTE: in run()
/third_party/lzma/C/
H A DPpmd7Enc.c326 #undef WRITE_BYTE macro

Completed in 2 milliseconds