HomeSort by relevance Sort by last modified time
    Searched defs:dquant (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 221 uint8_t dquant; member in struct:pipe_vc1_picture_desc
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 897 Int dquant; /* 3/15/01 */ local
908 /* Compute DQuant */
909 dquant = video->QPMB[mbnum] - video->QP_prev; /* 3/15/01, QP_prev may not equal QPMB[mbnum-1] if mbnum-1 is skipped*/
913 if (dquant && Mode == MODE_INTRA)
918 if (dquant >= 0)
919 dquant = (PV_ABS(dquant) + 1);
921 dquant = (PV_ABS(dquant) - 1);
928 /* MAY NEED TO CHANGE DQUANT HERE *
987 Int dquant; \/* 3\/15\/01 *\/ local
1143 Int dquant; \/* 3\/15\/01 *\/ local
1261 Int dquant; \/* 3\/15\/01 *\/ local
    [all...]
  /hardware/intel/common/libva/va/
va.h 2056 unsigned int dquant : 2; \/* ENTRY_POINT_LAYER::DQUANT *\/ member in struct:_VAPictureParameterBufferVC1::__anon23929::__anon23930
    [all...]

Completed in 262 milliseconds