Searched refs:SPLAT_ZERO_YUV (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 1323 #define SPLAT_ZERO_YUV(dir, var, off, n, dir2) \ in ff_vp9_decode_block() macro 1336 case 1: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 1, h); break; in ff_vp9_decode_block() 1337 case 2: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 2, h); break; in ff_vp9_decode_block() 1338 case 4: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 4, h); break; in ff_vp9_decode_block() 1339 case 8: SPLAT_ZERO_YUV(s->above, nnz_ctx, col, 8, h); break; in ff_vp9_decode_block() 1342 case 1: SPLAT_ZERO_YUV(td->left, nnz_ctx, row7, 1, v); break; in ff_vp9_decode_block() 1343 case 2: SPLAT_ZERO_YUV(td->left, nnz_ctx, row7, 2, v); break; in ff_vp9_decode_block() 1344 case 4: SPLAT_ZERO_YUV(td->left, nnz_ctx, row7, 4, v); break; in ff_vp9_decode_block() 1345 case 8: SPLAT_ZERO_YUV(td->left, nnz_ctx, row7, 8, v); break; in ff_vp9_decode_block()
|
Completed in 3 milliseconds