Searched refs:p_bit (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 622 bool p_bit = hdr_.inter_pic_predicted; in WriteHeader() local 631 RETURN_FALSE_ON_ERROR(writer.WriteBits(p_bit ? 1 : 0, 1)); in WriteHeader() 648 if (p_bit && f_bit && !WriteRefIndices(hdr_, &writer)) { in WriteHeader() 677 uint32_t i_bit, p_bit, l_bit, f_bit, b_bit, e_bit, v_bit; in Parse() local 679 RETURN_FALSE_ON_ERROR(parser.ReadBits(&p_bit, 1)); in Parse() 693 parsed_payload->frame_type = p_bit ? kVideoFrameDelta : kVideoFrameKey; in Parse() 697 vp9->inter_pic_predicted = p_bit ? true : false; in Parse() 713 if (p_bit && f_bit && !ParseRefIndices(&parser, vp9)) { in Parse()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 7210 p_bit, in XMakeMagnifyImage() local 7249 p_bit=(unsigned char) (x*ximage->bits_per_pixel) & 0x07; in XMakeMagnifyImage() 7265 if (*p & (0x01 << (p_bit+plane))) in XMakeMagnifyImage() 7278 p_bit+=ximage->bits_per_pixel; in XMakeMagnifyImage() 7279 if (p_bit == 8) in XMakeMagnifyImage() 7282 p_bit=0; in XMakeMagnifyImage() 7321 p_bit=(unsigned char) (x*ximage->bits_per_pixel) & 0x07; in XMakeMagnifyImage() 7337 if (*p & (0x80 >> (p_bit+plane))) in XMakeMagnifyImage() 7350 p_bit+=ximage->bits_per_pixel; in XMakeMagnifyImage() 7351 if (p_bit == 8) in XMakeMagnifyImage() [all …]
|