Home
last modified time | relevance | path

Searched refs:early_exit (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh398 bool early_exit = false; in add_new_subtable() local
408 early_exit = true; in add_new_subtable()
435 if (!early_exit) in add_new_subtable()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_lpf_lsx.c1086 uint8_t early_exit = 0; in ff_loop_filter_v_16_16_lsx() local
1088 early_exit = vp9_hz_lpf_t4_and_t8_16w(dst, stride, &filter48[0], in ff_loop_filter_v_16_16_lsx()
1091 if (0 == early_exit) { in ff_loop_filter_v_16_16_lsx()
2617 uint8_t early_exit = 0; in ff_loop_filter_h_16_8_lsx() local
2623 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8), in ff_loop_filter_h_16_8_lsx()
2627 if (0 == early_exit) { in ff_loop_filter_h_16_8_lsx()
2628 early_exit = vp9_vt_lpf_t16_8w((transposed_input + 16 * 8), dst, stride, in ff_loop_filter_h_16_8_lsx()
2631 if (0 == early_exit) { in ff_loop_filter_h_16_8_lsx()
3123 uint8_t early_exit = 0; in ff_loop_filter_h_16_16_lsx() local
3129 early_exit in ff_loop_filter_h_16_16_lsx()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_lpf_msa.c964 uint8_t early_exit = 0; in ff_loop_filter_v_16_16_msa() local
966 early_exit = vp9_hz_lpf_t4_and_t8_16w(src, pitch, &filter48[0], in ff_loop_filter_v_16_16_msa()
969 if (0 == early_exit) { in ff_loop_filter_v_16_16_msa()
2071 uint8_t early_exit = 0; in ff_loop_filter_h_16_8_msa() local
2077 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8), in ff_loop_filter_h_16_8_msa()
2081 if (0 == early_exit) { in ff_loop_filter_h_16_8_msa()
2082 early_exit = vp9_vt_lpf_t16_8w((transposed_input + 16 * 8), src, pitch, in ff_loop_filter_h_16_8_msa()
2085 if (0 == early_exit) { in ff_loop_filter_h_16_8_msa()
2507 uint8_t early_exit = 0; in ff_loop_filter_h_16_16_msa() local
2513 early_exit in ff_loop_filter_h_16_16_msa()
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.c771 goto early_exit; in adjust_frame_pts_to_encoder_tb()
794 early_exit: in adjust_frame_pts_to_encoder_tb()

Completed in 21 milliseconds