Searched refs:thresh0 (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.c | 215 unsigned int thresh0; /* old 0/1 threshold */ \ 223 thresh0 = bs->thresh; \ 245 bs->thresh = thresh0; \ 292 unsigned int thresh0; /* old 0/1 threshold */ in low_pass_bit_slicer_Y8() local 307 thresh0 = bs->thresh; in low_pass_bit_slicer_Y8() 359 bs->thresh = thresh0; in low_pass_bit_slicer_Y8()
|
D | decoder.c | 107 unsigned int cl = 0, thresh0 = d->thresh, tr; 235 d->thresh = thresh0;
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9_lpf_msa.c | 230 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in ff_loop_filter_v_44_16_msa() local 236 thresh0 = (v16u8) __msa_fill_b(thresh_ptr); in ff_loop_filter_v_44_16_msa() 238 thresh0 = (v16u8) __msa_ilvr_d((v2i64) thresh1, (v2i64) thresh0); in ff_loop_filter_v_44_16_msa() 248 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, in ff_loop_filter_v_44_16_msa() 1231 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in ff_loop_filter_h_44_16_msa() local 1245 thresh0 = (v16u8) __msa_fill_b(thresh_ptr); in ff_loop_filter_h_44_16_msa() 1247 thresh0 = (v16u8) __msa_ilvr_d((v2i64) thresh1, (v2i64) thresh0); in ff_loop_filter_h_44_16_msa() 1257 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, in ff_loop_filter_h_44_16_msa()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_msa.c | 424 const v16u8 thresh0 = (v16u8)__msa_fill_b(thresh); in VFilterHorEdge16i() local 429 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, in VFilterHorEdge16i() 449 const v16u8 thresh0 = (v16u8)__msa_fill_b(thresh); in HFilterVertEdge16i() local 459 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, in HFilterVertEdge16i()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec_msa.c | 424 const v16u8 thresh0 = (v16u8)__msa_fill_b(thresh); in VFilterHorEdge16i() local 429 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, in VFilterHorEdge16i() 449 const v16u8 thresh0 = (v16u8)__msa_fill_b(thresh); in HFilterVertEdge16i() local 459 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, in HFilterVertEdge16i()
|