Searched refs:encode_slice_plane (Results 1 – 2 of 2) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | proresenc_anatoliy.c | 361 static int encode_slice_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *… in encode_slice_plane() function 385 *y_data_size = encode_slice_plane(blocks_y, mb_count, in encode_slice_data() 389 …*u_data_size = encode_slice_plane(blocks_u, mb_count, buf + *y_data_size, data_size - *y_data_size, in encode_slice_data() 392 *v_data_size = encode_slice_plane(blocks_v, mb_count, buf + *y_data_size + *u_data_size, in encode_slice_data()
|
| D | proresenc_kostya.c | 467 static int encode_slice_plane(ProresContext *ctx, PutBitContext *pb, in encode_slice_plane() function 614 sizes[i] = encode_slice_plane(ctx, pb, src, linesize, in encode_slice() 619 sizes[i] = encode_slice_plane(ctx, pb, src, linesize, in encode_slice()
|