Lines Matching defs:transposed_input
2618 uint8_t transposed_input[16 * 24] __attribute__ ((aligned(16)));
2619 uint8_t *filter48 = &transposed_input[16 * 16];
2621 vp9_transpose_16x8_to_8x16(dst - 8, stride, transposed_input);
2623 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8),
2628 early_exit = vp9_vt_lpf_t16_8w((transposed_input + 16 * 8), dst, stride,
2632 vp9_transpose_8x16_to_16x8(transposed_input, dst - 8, stride);
3124 uint8_t transposed_input[16 * 24] __attribute__ ((aligned(16)));
3125 uint8_t *filter48 = &transposed_input[16 * 16];
3127 vp9_transpose_16x16((dst - 8), stride, &transposed_input[0], 16);
3129 early_exit = vp9_vt_lpf_t4_and_t8_16w((transposed_input + 16 * 8),
3134 early_exit = vp9_vt_lpf_t16_16w((transposed_input + 16 * 8), dst,
3138 vp9_transpose_16x16(transposed_input, 16, (dst - 8), stride);