| 3032 | } |
| 3033 | |
| 3034 | void WelsBlockZero8x8_c (int16_t* pBlock, int32_t iStride) { |
| 3035 | WelsBlockInit (pBlock, 8, 8, iStride, 0); |
| 3036 | } |
| 3037 | |
| 3038 | // Compute the temporal-direct scaling factor that's common |
| 3039 | // to all direct MBs in this slice, as per clause 8.4.1.2.3 |
nothing calls this directly
no test coverage detected