Searched defs:x_ctb (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 261 int x_ctb = x >> s->ps.sps->log2_ctb_size; in sao_filter_CTB() local 200 copy_CTB_to_hv(HEVCContext *s, const uint8_t *src, ptrdiff_t stride_src, int x, int y, int width, int height, int c_idx, int x_ctb, int y_ctb) copy_CTB_to_hv() argument 887 ff_hevc_hls_filters(HEVCContext *s, int x_ctb, int y_ctb, int ctb_size) ff_hevc_hls_filters() argument [all...] |
H A D | hevcdec.c | 2427 static void hls_decode_neighbour(HEVCContext *s, int x_ctb, int y_ctb, in hls_decode_neighbour() argument 2481 int x_ctb = 0; in hls_decode_entry() local 2572 int x_ctb = (ctb_addr_rs % s->ps.sps->ctb_width) << s->ps.sps->log2_ctb_size; hls_decode_entry_wpp() local [all...] |
Completed in 7 milliseconds