Searched refs:blockiness_vertical (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_blockiness.c | 52 static int blockiness_vertical(const uint8_t *s, int sp, const uint8_t *r, in blockiness_vertical() function 127 blockiness_vertical(img1 + j, img1_pitch, img2 + j, img2_pitch, 4); in vp9_get_blockiness()
|
/external/libaom/libaom/av1/encoder/ |
D | blockiness.c | 59 static int blockiness_vertical(const uint8_t *s, int sp, const uint8_t *r, in blockiness_vertical() function 134 blockiness_vertical(img1 + j, img1_pitch, img2 + j, img2_pitch, 4); in av1_get_blockiness()
|