Searched refs:top_nnz (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8.h | 246 uint8_t (*top_nnz)[9]; member
|
D | vp8.c | 65 av_freep(&s->top_nnz); in free_buffers() 224 s->top_nnz = av_mallocz(s->mb_width * sizeof(*s->top_nnz)); in update_dimensions() 228 if (!s->macroblocks_base || !s->top_nnz || !s->top_border || in update_dimensions() 2441 decode_mb_coeffs(s, td, c, mb, s->top_nnz[mb_x], td->left_nnz, is_vp7); in decode_mb_row_no_filter() 2454 AV_WN64(s->top_nnz[mb_x], 0); // array of 9, so unaligned in decode_mb_row_no_filter() 2460 s->top_nnz[mb_x][8] = 0; in decode_mb_row_no_filter() 2742 memset(s->top_nnz, 0, s->mb_width * sizeof(*s->top_nnz)); in vp78_decode_frame()
|