Searched refs:n_s (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec_vp9.c | 225 int n_s, y, g, i; in vp9_handle_packet() local 230 n_s = buf[0] >> 5; in vp9_handle_packet() 235 if (n_s > 0) { in vp9_handle_packet() 240 if (len < 4 * (n_s + 1)) { in vp9_handle_packet() 244 for (i = 0; i < n_s + 1; i++) { in vp9_handle_packet()
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_dev_info.c | 81 uint32_t n_s = 0, n_ss = 0, n_eus = 0; in main() local 83 n_s += (devinfo.slice_masks & (1u << s)) ? 1 : 0; in main() 98 fprintf(stdout, " slices: %u\n", n_s); in main()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvp9depay.c | 278 guint n_s, y_bit, g_bit; in gst_rtp_vp9_depay_process() local 285 n_s = (ss[0] & 0xe0) >> 5; in gst_rtp_vp9_depay_process() 289 GST_TRACE_OBJECT (self, "SS header: N_S=%u, Y=%u, G=%u", n_s, y_bit, g_bit); in gst_rtp_vp9_depay_process() 291 sssize += y_bit ? (n_s + 1) * 4 : 0; in gst_rtp_vp9_depay_process() 297 for (i = 0; i <= n_s; i++) { in gst_rtp_vp9_depay_process()
|
/third_party/boost/libs/locale/test/ |
D | test_message.cpp | 69 void strings_equal(std::string n_c,std::string n_s,std::string n_p,int n,std::string iexpected,std:… in strings_equal() argument 75 string_type s = to<Char>(n_s.c_str()); in strings_equal() 118 void strings_equal(std::string n_s,std::string n_p,int n,std::string iexpected,std::locale const &l… in strings_equal() argument 122 string_type s = to<Char>(n_s.c_str()); in strings_equal()
|
/third_party/e2fsprogs/po/ |
D | vi.po | 5149 "\t[-O tính_năng[,…]] [-r bản_sửa_đổi_HTT] [-E tùy_chọn_mở_rộng[,…]]\n"
|