[x264-devel] [PATCH 18/24] arm: Implement chroma intra deblock

Martin Storsjö martin at martin.st
Tue Aug 25 13:27:17 CEST 2015


On Sun, 23 Aug 2015, Janne Grunau wrote:

> On 2015-08-13 23:59:39 +0300, Martin Storsjö wrote:
>> checkasm timing              Cortex-A7      A8     A9
>> deblock_chroma_420_intra_mbaff_c    1486    1274   1183
>> deblock_chroma_420_intra_mbaff_neon 999     726    644
>> deblock_chroma_intra[1]_c           2969    2396   2324
>> deblock_chroma_intra[1]_neon        949     600    575
>> deblock_h_chroma_420_intra_c        2886    2535   2265
>> deblock_h_chroma_420_intra_neon     1531    1146   1028
>> deblock_h_chroma_422_intra_c        6205    4910   4782
>> deblock_h_chroma_422_intra_neon     2974    2031   2074
>> deblock_luma_intra[0]_c             6051    4695   4349
>> deblock_luma_intra[0]_neon          3554    2444   2414
>> deblock_luma_intra[1]_c             10381   5860   5331
>> deblock_luma_intra[1]_neon          2895    1572   1683
>
> deblock_h_chroma_intra_mbaff is missing

Actually, it isn't, x264_deblock_h_chroma_intra_mbaff_neon is listed as 
deblock_chroma_420_intra_mbaff_neon here. The 
deblock_chroma_422_intra_mbaff case is omitted though, since it is the 
same function as the other one.

// Martin


More information about the x264-devel mailing list