File: loopfilter-prim.h

package info (click to toggle)
x265 4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,452 kB
  • sloc: asm: 187,063; cpp: 118,996; ansic: 741; makefile: 146; sh: 91; python: 11
file content (16 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _LOOPFILTER_NEON_H__
#define _LOOPFILTER_NEON_H__

#include "common.h"
#include "primitives.h"

#define PIXEL_MIN 0

namespace X265_NS
{
void setupLoopFilterPrimitives_neon(EncoderPrimitives &p);

};


#endif