HomeSort by relevance Sort by last modified time
    Searched full:residualy (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_bitplane.c 285 int32_t ResidualY = 0;
334 ResidualY = 0;
369 ResidualY = height & 1;
390 for (j = 0; j < ResidualY; j++)
423 for (j = 0; j < ResidualY; j++)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 271 int residualx = 0, residualy = 0; local
295 residualy = (int) BitstreamReadBits16_INLINE(stream, (int)(f_code_f - 1));
304 if (PV_DeScaleMVD(f_code_f, residualy, vlc_code_magy, mv_y) != PV_SUCCESS)
    [all...]

Completed in 2551 milliseconds