Searched refs:mv8x8Enable (Results 1 – 7 of 7) sorted by relevance
238 ParamEncMode mv8x8Enable; member
78 13. Enable 8x8 ME and MC (parameter name: `mv8x8Enable`)95 | `mv8x8Enable` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 16th byte of data |
110 mEncodeHandle->mv8x8Enable = (data[IDX_ENABLE_MV_8x8] & 0x01) ? PV_OFF : PV_ON; in initEncoder()
174 encParams.mv8x8Enable = PV_OFF; in main()
127 mEncodeHandle->mv8x8Enable = PV_OFF; in initEncoderParams()
169 mEncParams->mv8x8Enable = PV_OFF; in initEncParams()
353 mEncParams->mv8x8Enable = PV_OFF; in initEncParams()