Searched refs:top_nnz (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.h | 122 * per macroblock. We keep the last row in top_nnz. 246 uint8_t (*top_nnz)[9]; member
|
H A D | vp8.c | 69 av_freep(&s->top_nnz); in free_buffers() 228 s->top_nnz = av_mallocz(s->mb_width * sizeof(*s->top_nnz)); in update_dimensions() 232 if (!s->macroblocks_base || !s->top_nnz || !s->top_border || in update_dimensions() 2445 decode_mb_coeffs(s, td, c, mb, s->top_nnz[mb_x], td->left_nnz, is_vp7); in decode_mb_row_no_filter() 2458 AV_WN64(s->top_nnz[mb_x], 0); // array of 9, so unaligned in decode_mb_row_no_filter() 2464 s->top_nnz[mb_x][8] = 0; in decode_mb_row_no_filter() 2746 memset(s->top_nnz, 0, s->mb_width * sizeof(*s->top_nnz)); in vp78_decode_frame()
|
Completed in 6 milliseconds