Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp8_lpf_lsx.c228 #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) \ macro
382 VP8_ST6x1_UB(tmp3, 0, tmp2, 0, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
384 VP8_ST6x1_UB(tmp3, 1, tmp2, 1, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
386 VP8_ST6x1_UB(tmp3, 2, tmp2, 2, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
388 VP8_ST6x1_UB(tmp3, 3, tmp2, 3, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
390 VP8_ST6x1_UB(tmp4, 0, tmp2, 4, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
392 VP8_ST6x1_UB(tmp4, 1, tmp2, 5, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
394 VP8_ST6x1_UB(tmp4, 2, tmp2, 6, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
396 VP8_ST6x1_UB(tmp4, 3, tmp2, 7, temp_src, 4); in ff_vp8_h_loop_filter16_lsx()
398 VP8_ST6x1_UB(tmp in ff_vp8_h_loop_filter16_lsx()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp8_lpf_msa.c286 #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) \ macro
406 VP8_ST6x1_UB(tmp3, 0, tmp2, 0, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
408 VP8_ST6x1_UB(tmp3, 1, tmp2, 1, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
410 VP8_ST6x1_UB(tmp3, 2, tmp2, 2, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
412 VP8_ST6x1_UB(tmp3, 3, tmp2, 3, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
414 VP8_ST6x1_UB(tmp4, 0, tmp2, 4, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
416 VP8_ST6x1_UB(tmp4, 1, tmp2, 5, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
418 VP8_ST6x1_UB(tmp4, 2, tmp2, 6, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
420 VP8_ST6x1_UB(tmp4, 3, tmp2, 7, temp_src, 4); in ff_vp8_h_loop_filter16_msa()
422 VP8_ST6x1_UB(tmp in ff_vp8_h_loop_filter16_msa()
[all...]

Completed in 3 milliseconds