Home
last modified time | relevance | path

Searched refs:cnst_2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c99 tmp0 = __lasx_xvmin_bu(tmp0, cnst_2); \
100 out = __lasx_xvmin_bu(out, cnst_2); \
121 __m256i cnst_0, cnst_1, cnst_2; in ff_h264_loop_filter_strength_lasx() local
128 cnst_2 = __lasx_xvldi(0x01); in ff_h264_loop_filter_strength_lasx()
131 cnst_2 = __lasx_xvldi(0x01); in ff_h264_loop_filter_strength_lasx()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264_deblock_msa.c106 tmp_0 = (v16i8)__msa_min_u_b((v16u8)tmp_0, (v16u8)cnst_2); \
107 out = (v16i8)__msa_min_u_b((v16u8)out, (v16u8)cnst_2); \
128 v16i8 cnst_0, cnst_1, cnst_2; in ff_h264_loop_filter_strength_msa() local
134 cnst_2 = (v16i8)__msa_fill_h(0x101); in ff_h264_loop_filter_strength_msa()
138 cnst_2 = __msa_fill_b(0x1); in ff_h264_loop_filter_strength_msa()

Completed in 1 milliseconds