Searched refs:get_pcm (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 464 static int get_pcm(HEVCContext *s, int x, int y) in get_pcm() function 542 no_p[0] = get_pcm(s, x - 1, y); in deblocking_filter_CTB() 543 no_p[1] = get_pcm(s, x - 1, y + 4); in deblocking_filter_CTB() 544 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB() 545 no_q[1] = get_pcm(s, x, y + 4); in deblocking_filter_CTB() 574 no_p[0] = get_pcm(s, x, y - 1); in deblocking_filter_CTB() 575 no_p[1] = get_pcm(s, x + 4, y - 1); in deblocking_filter_CTB() 576 no_q[0] = get_pcm(s, x, y); in deblocking_filter_CTB() 577 no_q[1] = get_pcm(s, x + 4, y); in deblocking_filter_CTB() 608 no_p[0] = get_pcm( in deblocking_filter_CTB() [all...] |
Completed in 2 milliseconds