HomeSort by relevance Sort by last modified time
    Searched refs:p_diff (Results 1 - 8 of 8) sorted by null

  /external/vixl/tools/
clang_format.py 88 p_diff = subprocess.Popen(cmd_diff,
94 stdin = p_diff.stdout,
98 out, unused = p_diff.communicate()
100 rc += p_diff.wait()
  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 75 uint8_t p_diff[kMaxVp9RefPics]; member in struct:webrtc::CodecSpecificInfoVP9
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 73 uint8_t p_diff[kMaxVp9RefPics]; member in struct:webrtc::CodecSpecificInfoVP9
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 93 // P,F: | P_DIFF |N| up to 3 times has to be specified.
94 // +-+-+-+-+-+-+-+-+ N=1: An additional P_DIFF follows
95 // current P_DIFF.
123 // | P_DIFF | (OPTIONAL) . R times .
232 // P,F: | P_DIFF |N| up to 3 times has to be specified.
233 // +-+-+-+-+-+-+-+-+ N=1: An additional P_DIFF follows
234 // current P_DIFF.
267 // | P_DIFF | (OPTIONAL) . R times .
375 // P,F: | P_DIFF |N| up to 3 times has to be specified.
376 // +-+-+-+-+-+-+-+-+ N=1: An additional P_DIFF follow
457 uint8_t p_diff; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
decoding_state.cc 252 frame->CodecSpecific()->codecSpecific.VP9.p_diff[r];
272 // limits the max p_diff to 64.
encoded_frame.cc 146 _codecSpecificInfo.codecSpecific.VP9.p_diff[r] =
generic_encoder.cc 78 rtp->codecHeader.VP9.pid_diff[i] = info->codecSpecific.VP9.p_diff[i];
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 629 vp9_info->p_diff[i] = p_diff_[layer_id.spatial_layer_id][i];
    [all...]

Completed in 227 milliseconds