Log in

View Full Version : x264 Encoder quantized residuals variable


dasy
1st August 2016, 15:33
Hi everyone, I'm debugging the latest x264 encoder (snapshot: 20160727-2245).
I'm trying to recover some per frame information regarding the residuals frame.
In particular I would like to understand where the encoded frame pixels are
stored (probably fenc->plane in x264_t handle, [3] - YUV?).
I was not able to locate the corresponding residual frame values and
the quantized residuals. But I was inspecting the x264_macroblock_encode_internal
function, it is possible that are stored in the h->dct ?