(C)Copyright 2000 NTT Cyber Space Laboratories
TvqReadBsFrame()
- name
- TvqReadBsFrame - frame data reading
- style
-
#include "twinvq.h"
#include "tvqdec.h"
#include "bfile.h"
#include "bstream.h"
int TvqReadBsFrame(INDEX *index, BFILE *bfp);
- function
-
TvqReadBsFrame() reads TwinVQ bit stream file pointed by bfp,
converts to (INDEX) format, and stores in index.
- return values
- if successful 1, otherwise 0
- file name containing this function
- bfile.cxx