Lines Matching refs:AV_W8
154 #define AV_W8(p, v) *(p) = (v)
204 AV_W8(p + 0, 1); /* version */
205 AV_W8(p + 1, h->ps.sps->data[1]); /* profile */
206 AV_W8(p + 2, h->ps.sps->data[2]); /* profile compat */
207 AV_W8(p + 3, h->ps.sps->data[3]); /* level */
208 AV_W8(p + 4, 0xff); /* 6 bits reserved (111111) + 2 bits nal size length - 3 (11) */
209 AV_W8(p + 5, 0xe1); /* 3 bits reserved (111) + 5 bits number of sps (00001) */
213 AV_W8(p + 0, 1); /* number of pps */
264 AV_W8(p + 0, 1);
271 AV_W8(p + 1, ptlc.profile_space << 6 |
277 AV_W8(p + 2 + i, ptlc.profile_compatibility_flag[i * 8] << 7 |
288 AV_W8(p + 6, ptlc.progressive_source_flag << 7 |
292 AV_W8(p + 7, 0);
296 AV_W8(p + 12, ptlc.level_idc);
302 AV_W8(p + 13, 0xf0 | (vui.min_spatial_segmentation_idc >> 4));
303 AV_W8(p + 14, vui.min_spatial_segmentation_idc & 0xff);
319 AV_W8(p + 15, 0xfc | parallelismType);
325 AV_W8(p + 16, sps->chroma_format_idc | 0xfc);
331 AV_W8(p + 17, (sps->bit_depth - 8) | 0xf8);
337 AV_W8(p + 18, (sps->bit_depth_chroma - 8) | 0xf8);
348 AV_W8(p + 21, 0 << 6 |
354 AV_W8(p + 22, 3);
364 AV_W8(p, 1 << 7 | \