Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_lpf_lsx.c2618 uint8_t transposed_input[16 * 24] __attribute__ ((aligned(16))); in ff_loop_filter_h_16_8_lsx() local
2619 uint8_t *filter48 = &transposed_input[16 * 16]; in ff_loop_filter_h_16_8_lsx()
2621 vp9_transpose_16x8_to_8x16(dst - 8, stride, transposed_input); in ff_loop_filter_h_16_8_lsx()
2623 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8), 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()
2632 vp9_transpose_8x16_to_16x8(transposed_input, dst - 8, stride); in ff_loop_filter_h_16_8_lsx()
3124 uint8_t transposed_input[16 * 24] __attribute__ ((aligned(16))); in ff_loop_filter_h_16_16_lsx() local
3125 uint8_t *filter48 = &transposed_input[16 * 16]; in ff_loop_filter_h_16_16_lsx()
3127 vp9_transpose_16x16((dst - 8), stride, &transposed_input[0], 16); in ff_loop_filter_h_16_16_lsx()
3129 early_exit = vp9_vt_lpf_t4_and_t8_16w((transposed_input in ff_loop_filter_h_16_16_lsx()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_lpf_msa.c2072 uint8_t transposed_input[16 * 24] ALLOC_ALIGNED(ALIGNMENT); in ff_loop_filter_h_16_8_msa()
2073 uint8_t *filter48 = &transposed_input[16 * 16]; in ff_loop_filter_h_16_8_msa()
2075 vp9_transpose_16x8_to_8x16(src - 8, pitch, transposed_input, 16); in ff_loop_filter_h_16_8_msa()
2077 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8), 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()
2086 vp9_transpose_8x16_to_16x8(transposed_input, 16, src - 8, pitch); in ff_loop_filter_h_16_8_msa()
2508 uint8_t transposed_input[16 * 24] ALLOC_ALIGNED(ALIGNMENT); in ff_loop_filter_h_16_16_msa()
2509 uint8_t *filter48 = &transposed_input[16 * 16]; in ff_loop_filter_h_16_16_msa()
2511 vp9_transpose_16x16((src - 8), pitch, &transposed_input[0], 16); in ff_loop_filter_h_16_16_msa()
2513 early_exit = vp9_vt_lpf_t4_and_t8_16w((transposed_input in ff_loop_filter_h_16_16_msa()
[all...]

Completed in 10 milliseconds