Searched refs:top_border_y (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cavs.c | 114 h->topleft_border_y = h->top_border_y[h->mbx * 16 + 15]; in ff_cavs_filter() 117 memcpy(&h->top_border_y[h->mbx * 16], h->cy + 15 * h->l_stride, 16); in ff_cavs_filter() 193 memcpy(&top[1], &h->top_border_y[h->mbx * 16], 16); in ff_cavs_load_intra_pred_luma() 205 memcpy(&top[1], &h->top_border_y[h->mbx * 16 + 8], 8); in ff_cavs_load_intra_pred_luma() 207 memcpy(&top[9], &h->top_border_y[(h->mbx + 1) * 16], 8); in ff_cavs_load_intra_pred_luma() 213 h->intern_border_y[0] = top[0] = h->top_border_y[h->mbx * 16 + 7]; in ff_cavs_load_intra_pred_luma() 764 h->top_border_y = av_calloc(h->mb_width + 1, 16); in ff_cavs_init_top_lines() 775 !h->top_border_y || !h->top_border_u || !h->top_border_v || in ff_cavs_init_top_lines() 781 av_freep(&h->top_border_y); in ff_cavs_init_top_lines() 848 av_freep(&h->top_border_y); in ff_cavs_end() [all...] |
H A D | cavs.h | 227 uint8_t *top_border_y, *top_border_u, *top_border_v; member
|
Completed in 3 milliseconds