Lines Matching refs:half
175 uint8_t half[64]; \
177 put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8); \
178 OPNAME ## pixels8_l2_8(dst, src, half, stride, stride, 8, 8); \
190 uint8_t half[64]; \
192 put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8); \
193 OPNAME ## pixels8_l2_8(dst, src + 1, half, stride, stride, 8, 8); \
200 uint8_t half[64]; \
203 put ## RND ## mpeg4_qpel8_v_lowpass(half, full, 8, 16); \
204 OPNAME ## pixels8_l2_8(dst, full, half, stride, 16, 8, 8); \
220 uint8_t half[64]; \
223 put ## RND ## mpeg4_qpel8_v_lowpass(half, full, 8, 16); \
224 OPNAME ## pixels8_l2_8(dst, full + 16, half, stride, 16, 8, 8); \
435 uint8_t half[256]; \
437 put ## RND ## mpeg4_qpel16_h_lowpass(half, src, 16, stride, 16); \
438 OPNAME ## pixels16_l2_8(dst, src, half, stride, stride, 16, 16); \
450 uint8_t half[256]; \
452 put ## RND ## mpeg4_qpel16_h_lowpass(half, src, 16, stride, 16); \
453 OPNAME ## pixels16_l2_8(dst, src + 1, half, stride, stride, 16, 16); \
460 uint8_t half[256]; \
463 put ## RND ## mpeg4_qpel16_v_lowpass(half, full, 16, 24); \
464 OPNAME ## pixels16_l2_8(dst, full, half, stride, 24, 16, 16); \
480 uint8_t half[256]; \
483 put ## RND ## mpeg4_qpel16_v_lowpass(half, full, 16, 24); \
484 OPNAME ## pixels16_l2_8(dst, full + 24, half, stride, 24, 16, 16); \