Searched refs:get_pcm (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 455 static int get_pcm(HEVCContext *s, int x, int y) in get_pcm() function 533 no_p[0] = get_pcm(s, x - 1, y); in deblocking_filter_CTB() 534 no_p[1] = get_pcm(s, x - 1, y + 4); in deblocking_filter_CTB() 535 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB() 536 no_q[1] = get_pcm(s, x, y + 4); in deblocking_filter_CTB() 565 no_p[0] = get_pcm(s, x, y - 1); in deblocking_filter_CTB() 566 no_p[1] = get_pcm(s, x + 4, y - 1); in deblocking_filter_CTB() 567 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB() 568 no_q[1] = get_pcm(s, x + 4, y); in deblocking_filter_CTB() 599 no_p[0] = get_pcm(s, x - 1, y); in deblocking_filter_CTB() [all …]
|