Home
last modified time | relevance | path

Searched refs:bs1 (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavsdsp.h33 …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…
Dcavsdsp.c123 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 …]
Dhevc_filter.c523 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 …]
Dvorbisdec.c1742 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/
Ddemo_simple_log.cpp28 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()
Ddemo_log.cpp27 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()
Ddemo_trivial_archive.cpp47 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()
Ddemo_xml_save.cpp38 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()
Ddemo_xml.cpp61 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()
Ddemo.cpp313 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/
Doggparsevorbis.c331 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/
DTestCharset.java58 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/
Dh264dsp_msa.c1288 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/
Dvendors.txt30 NEC Seiji Uchida uchida 'at' hpc.bs1.fc.nec.co.jp
/third_party/openGLES/xml/
Dvendors.txt30 NEC Seiji Uchida uchida 'at' hpc.bs1.fc.nec.co.jp
/third_party/openssl/crypto/aes/asm/
Dbsaes-armv7.pl924 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
934 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
/third_party/chromium/patch/
D0001-cve.patch55260 zx3f{bNu8r^+nF5gshn50sn11I^-bs1!ap|33hpUN$!79BdVp-CgocqHk+<k(dXNs#