Lines Matching defs:mode
385 int stride, const PPContext *c, int mode)
440 if (mode & VISUALIZE) {
481 if ((mode & VISUALIZE) && d) {
818 void pp_free_mode(pp_mode *mode){
819 av_free(mode);
924 PPMode *mode = vm;
935 if(!QP_store || (mode->lumMode & FORCE_QUANT)){
939 if(mode->lumMode & FORCE_QUANT)
940 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= mode->forcedQuant;
990 mode->lumMode, mode->chromMode);
993 width, height, QP_store, QPStride, 0, mode, c);
1001 if(mode->chromMode){
1003 width, height, QP_store, QPStride, 1, mode, c);
1005 width, height, QP_store, QPStride, 2, mode, c);