/third_party/ffmpeg/libavcodec/ |
D | cavsdsp.h | 33 …void (*cavs_filter_lv)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int b… 34 …void (*cavs_filter_lh)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int b… 35 …void (*cavs_filter_cv)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int b… 36 …void (*cavs_filter_ch)(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, int tc, int bs1, int b…
|
D | cavsdsp.c | 123 int bs1, int bs2) in cavs_filter_lv_c() argument 126 if(bs1==2) in cavs_filter_lv_c() 130 if(bs1) in cavs_filter_lv_c() 140 int bs1, int bs2) in cavs_filter_lh_c() argument 143 if(bs1==2) in cavs_filter_lh_c() 147 if(bs1) in cavs_filter_lh_c() 157 int bs1, int bs2) in cavs_filter_cv_c() argument 160 if(bs1==2) in cavs_filter_cv_c() 164 if(bs1) in cavs_filter_cv_c() 174 int bs1, int bs2) in cavs_filter_ch_c() argument [all …]
|
D | hevc_filter.c | 523 const int bs1 = s->vertical_bs[(x + (y + 4) * s->bs_width) >> 2]; in deblocking_filter_CTB() local 524 if (bs0 || bs1) { in deblocking_filter_CTB() 530 tc[1] = bs1 ? TC_CALC(qp, bs1) : 0; in deblocking_filter_CTB() 553 const int bs1 = s->horizontal_bs[((x + 4) + y * s->bs_width) >> 2]; in deblocking_filter_CTB() local 554 if (bs0 || bs1) { in deblocking_filter_CTB() 562 tc[1] = bs1 ? TC_CALC(qp, bs1) : 0; in deblocking_filter_CTB() 589 const int bs1 = s->vertical_bs[(x + (y + (4 * v)) * s->bs_width) >> 2]; in deblocking_filter_CTB() local 591 if ((bs0 == 2) || (bs1 == 2)) { in deblocking_filter_CTB() 596 c_tc[1] = (bs1 == 2) ? chroma_tc(s, qp1, chroma, tc_offset) : 0; in deblocking_filter_CTB() 623 const int bs1 = s->horizontal_bs[((x + 4 * h) + y * s->bs_width) >> 2]; in deblocking_filter_CTB() local [all …]
|
D | vorbisdec.c | 1742 unsigned bs1 = vc->blocksize[1]; in vorbis_parse_audio_packet() local 1744 float *saved = vc->saved + j * bs1 / 4; in vorbis_parse_audio_packet() 1753 memcpy(ret+bs0/2, buf+bs0/4, ((bs1-bs0)/4) * sizeof(float)); in vorbis_parse_audio_packet() 1755 memcpy(ret, saved, ((bs1 - bs0) / 4) * sizeof(float)); in vorbis_parse_audio_packet() 1756 … vc->fdsp->vector_fmul_window(ret + (bs1 - bs0) / 4, saved + (bs1 - bs0) / 4, buf, win, bs0 / 4); in vorbis_parse_audio_packet()
|
/third_party/boost/libs/serialization/example/ |
D | demo_simple_log.cpp | 28 bus_stop *bs1 = new bus_stop_corner( in main() local 47 route0.append(bs1); in main() 59 route1.append(bs1); in main() 71 delete bs1; in main()
|
D | demo_log.cpp | 27 bus_stop *bs1 = new bus_stop_corner( in main() local 46 route0.append(bs1); in main() 58 route1.append(bs1); in main() 71 delete bs1; in main()
|
D | demo_trivial_archive.cpp | 47 bus_stop *bs1 = new bus_stop_corner( in main() local 66 route0.append(bs1); in main() 78 route1.append(bs1); in main() 90 delete bs1; in main()
|
D | demo_xml_save.cpp | 38 bus_stop *bs1 = new bus_stop_corner( in main() local 57 route0.append(bs1); in main() 69 route1.append(bs1); in main() 87 delete bs1; in main()
|
D | demo_xml.cpp | 61 bus_stop *bs1 = new bus_stop_corner( in main() local 80 route0.append(bs1); in main() 92 route1.append(bs1); in main() 123 delete bs1; in main()
|
D | demo.cpp | 313 bus_stop *bs1 = new bus_stop_corner( in main() local 332 route0.append(bs1); in main() 344 route1.append(bs1); in main() 373 delete bs1; in main()
|
/third_party/ffmpeg/libavformat/ |
D | oggparsevorbis.c | 331 unsigned blocksize, bs0, bs1; in vorbis_header() local 354 bs1 = blocksize >> 4; in vorbis_header() 356 if (bs0 > bs1) in vorbis_header() 358 if (bs0 < 6 || bs1 > 13) in vorbis_header()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 58 ByteBuffer bs1 = ByteBuffer.allocate(0xFF*8); in TestUTF16Converter() local 80 bs1.put((byte)(lead>>8)); in TestUTF16Converter() 81 bs1.put((byte)(lead&0xFF)); in TestUTF16Converter() 82 bs1.put((byte)(trail>>8)); in TestUTF16Converter() 83 bs1.put((byte)(trail&0xFF)); in TestUTF16Converter() 92 bs1.put((byte)0x00); in TestUTF16Converter() 93 bs1.put((byte)(c)); in TestUTF16Converter() 97 bs1.put((byte)(c>>8)); in TestUTF16Converter() 98 bs1.put((byte)(c&0xFF)); in TestUTF16Converter() 115 bs1.limit(bs1.position()); in TestUTF16Converter() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 1288 uint8_t bs0, uint8_t bs1, in avc_loopfilter_luma_inter_edge_ver_msa() argument 1300 tmp_vec = (v16u8) __msa_fill_b(bs1); in avc_loopfilter_luma_inter_edge_ver_msa() 1568 uint8_t bs0, uint8_t bs1, in avc_loopfilter_luma_inter_edge_hor_msa() argument 1581 tmp_vec = (v16u8) __msa_fill_b(bs1); in avc_loopfilter_luma_inter_edge_hor_msa() 1943 uint8_t bs0, uint8_t bs1, in avc_loopfilter_cb_or_cr_inter_edge_hor_msa() argument 1967 tmp_vec = (v8i16) __msa_fill_b(bs1); in avc_loopfilter_cb_or_cr_inter_edge_hor_msa() 2029 uint8_t bs0, uint8_t bs1, in avc_loopfilter_cb_or_cr_inter_edge_ver_msa() argument 2056 tmp_vec = (v8i16) __msa_fill_b(bs1); in avc_loopfilter_cb_or_cr_inter_edge_ver_msa() 2184 uint8_t bs1 = 1; in ff_h264_h_lpf_luma_inter_msa() local 2191 bs1 = 0; in ff_h264_h_lpf_luma_inter_msa() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | vendors.txt | 30 NEC Seiji Uchida uchida 'at' hpc.bs1.fc.nec.co.jp
|
/third_party/openGLES/xml/ |
D | vendors.txt | 30 NEC Seiji Uchida uchida 'at' hpc.bs1.fc.nec.co.jp
|
/third_party/openssl/crypto/aes/asm/ |
D | bsaes-armv7.pl | 924 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12]; 934 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 55260 zx3f{bNu8r^+nF5gshn50sn11I^-bs1!ap|33hpUN$!79BdVp-CgocqHk+<k(dXNs#
|