Home
last modified time | relevance | path

Searched refs:bs0 (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c531 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB() local
533 if (bs0 || bs1) { in deblocking_filter_CTB()
538 tc[0] = bs0 ? TC_CALC(qp, bs0) : 0; in deblocking_filter_CTB()
561 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; in deblocking_filter_CTB() local
563 if (bs0 || bs1) { in deblocking_filter_CTB()
570 tc[0] = bs0 ? TC_CALC(qp, bs0) : 0; in deblocking_filter_CTB()
597 const int bs0 = s->vertical_bs[(x + y * s->bs_width) >> 2]; in deblocking_filter_CTB() local
600 if ((bs0 in deblocking_filter_CTB()
631 const int bs0 = s->horizontal_bs[( x + y * s->bs_width) >> 2]; deblocking_filter_CTB() local
[all...]
H A Dvorbisdec.c1748 unsigned bs0 = vc->blocksize[0]; in vorbis_parse_audio_packet() local
1759 vc->fdsp->vector_fmul_window(ret, saved, buf, win, bs0 / 4); in vorbis_parse_audio_packet()
1760 memcpy(ret+bs0/2, buf+bs0/4, ((bs1-bs0)/4) * sizeof(float)); in vorbis_parse_audio_packet()
1762 memcpy(ret, saved, ((bs1 - bs0) / 4) * sizeof(float)); in vorbis_parse_audio_packet()
1763 vc->fdsp->vector_fmul_window(ret + (bs1 - bs0) / 4, saved + (bs1 - bs0) / 4, buf, win, bs0 / 4); in vorbis_parse_audio_packet()
/third_party/ffmpeg/libavformat/
H A Doggparsevorbis.c328 unsigned blocksize, bs0, bs1; in vorbis_header() local
351 bs0 = blocksize & 15; in vorbis_header()
354 if (bs0 > bs1) in vorbis_header()
356 if (bs0 < 6 || bs1 > 13) in vorbis_header()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c1444 uint8_t bs0, uint8_t bs1, in avc_loopfilter_luma_inter_edge_hor_msa()
1455 tmp_vec = (v16u8) __msa_fill_b(bs0); in avc_loopfilter_luma_inter_edge_hor_msa()
1819 uint8_t bs0, uint8_t bs1, in avc_loopfilter_cb_or_cr_inter_edge_hor_msa()
1841 tmp_vec = (v8i16) __msa_fill_b(bs0); in avc_loopfilter_cb_or_cr_inter_edge_hor_msa()
1905 uint8_t bs0, uint8_t bs1, in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
1930 tmp_vec = (v8i16) __msa_fill_b(bs0); in avc_loopfilter_cb_or_cr_inter_edge_ver_msa()
2059 // uint8_t bs0 = 1; in ff_h264_h_lpf_luma_inter_msa()
2065 // bs0 = 0; in ff_h264_h_lpf_luma_inter_msa()
2073 // avc_loopfilter_luma_inter_edge_ver_msa(data, bs0, bs1, bs2, bs3, in ff_h264_h_lpf_luma_inter_msa()
2083 uint8_t bs0 in ff_h264_v_lpf_luma_inter_msa() local
1443 avc_loopfilter_luma_inter_edge_hor_msa(uint8_t *data, uint8_t bs0, uint8_t bs1, uint8_t bs2, uint8_t bs3, uint8_t tc0, uint8_t tc1, uint8_t tc2, uint8_t tc3, uint8_t alpha_in, uint8_t beta_in, ptrdiff_t image_width) avc_loopfilter_luma_inter_edge_hor_msa() argument
1818 avc_loopfilter_cb_or_cr_inter_edge_hor_msa(uint8_t *data, uint8_t bs0, uint8_t bs1, uint8_t bs2, uint8_t bs3, uint8_t tc0, uint8_t tc1, uint8_t tc2, uint8_t tc3, uint8_t alpha_in, uint8_t beta_in, ptrdiff_t img_width) avc_loopfilter_cb_or_cr_inter_edge_hor_msa() argument
1904 avc_loopfilter_cb_or_cr_inter_edge_ver_msa(uint8_t *data, uint8_t bs0, uint8_t bs1, uint8_t bs2, uint8_t bs3, uint8_t tc0, uint8_t tc1, uint8_t tc2, uint8_t tc3, uint8_t alpha_in, uint8_t beta_in, ptrdiff_t img_width) avc_loopfilter_cb_or_cr_inter_edge_ver_msa() argument
2105 uint8_t bs0 = 1; ff_h264_h_lpf_chroma_inter_msa() local
2127 uint8_t bs0 = 1; ff_h264_v_lpf_chroma_inter_msa() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c1028 struct GENX(BLEND_STATE_ENTRY) bs0 = { 0 }; in emit_cb_state()
1134 bs0 = entry; in emit_cb_state()
1143 blend.ColorBufferBlendEnable = bs0.ColorBufferBlendEnable; in emit_cb_state()
1144 blend.SourceAlphaBlendFactor = bs0.SourceAlphaBlendFactor; in emit_cb_state()
1145 blend.DestinationAlphaBlendFactor = bs0.DestinationAlphaBlendFactor; in emit_cb_state()
1146 blend.SourceBlendFactor = bs0.SourceBlendFactor; in emit_cb_state()
1147 blend.DestinationBlendFactor = bs0.DestinationBlendFactor; in emit_cb_state()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl927 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
929 &swapmove (@x[0,1],1,$bs0,$t2,$t3);
H A Dbsaes-x86_64.pl954 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
956 &swapmove (@x[0,1],1,$bs0,$t2,$t3);
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl927 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
929 &swapmove (@x[0,1],1,$bs0,$t2,$t3);
H A Dbsaes-x86_64.pl954 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
956 &swapmove (@x[0,1],1,$bs0,$t2,$t3);

Completed in 22 milliseconds