Searched refs:DV_MAX_BPM (Results 1 – 3 of 3) sorted by relevance
97 #define DV_MAX_BPM 8 macro
329 BlockInfo mb_data[5 * DV_MAX_BPM], *mb, *mb1; in dv_decode_video_segment()330 LOCAL_ALIGNED_16(int16_t, sblock, [5 * DV_MAX_BPM], [64]); in dv_decode_video_segment()345 memset(sblock, 0, 5 * DV_MAX_BPM * sizeof(*sblock)); in dv_decode_video_segment()
848 EncBlockInfo enc_blks[5 * DV_MAX_BPM]; in dv_encode_video_segment()849 PutBitContext pbs[5 * DV_MAX_BPM]; in dv_encode_video_segment()