Searched defs:u_data_size (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresdec2.c | 652 int y_data_size, u_data_size, v_data_size, a_data_size, offset; in decode_slice_thread() local [all...] |
H A D | indeo3.c | 108 int32_t u_data_size; member
|
H A D | proresenc_anatoliy.c | 548 unsigned y_data_size = 0, u_data_size = 0, v_data_size = 0, a_data_size = 0; in encode_slice() local 379 encode_slice_data(AVCodecContext *avctx, int16_t * blocks_y, int16_t * blocks_u, int16_t * blocks_v, unsigned mb_count, uint8_t *buf, unsigned data_size, unsigned* y_data_size, unsigned* u_data_size, unsigned* v_data_size, int qp) encode_slice_data() argument [all...] |
Completed in 5 milliseconds