Home
last modified time | relevance | path

Searched refs:mb_coordinates (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddv.h38 uint16_t mb_coordinates[5]; member
121 *mb_x = work_chunk->mb_coordinates[m] & 0xff; in dv_calculate_mb_xy()
122 *mb_y = work_chunk->mb_coordinates[m] >> 8; in dv_calculate_mb_xy()
Ddv.c187 dv_calc_mb_coordinates(d, c, s, j, &ctx->work_chunks[i].mb_coordinates[0]); in ff_dv_init_dynamic_tables()