Searched refs:zero_head_and_tail (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | on2avc.c | 318 static void zero_head_and_tail(float *src, int len, int order0, int order1) in zero_head_and_tail() function 471 zero_head_and_tail(src, 128, 16, 4); in wtf_end_512() 472 zero_head_and_tail(src + 128, 128, 16, 4); in wtf_end_512() 473 zero_head_and_tail(src + 256, 128, 13, 7); in wtf_end_512() 474 zero_head_and_tail(src + 384, 128, 15, 5); in wtf_end_512() 504 zero_head_and_tail(src, 256, 16, 4); in wtf_end_1024() 505 zero_head_and_tail(src + 256, 256, 16, 4); in wtf_end_1024() 506 zero_head_and_tail(src + 512, 256, 13, 7); in wtf_end_1024() 507 zero_head_and_tail(src + 768, 256, 15, 5); in wtf_end_1024()
|
Completed in 3 milliseconds