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

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 138 byte coef1=1, coef2=0, coef3=0; local
147 coef2 = buffer[pos++];
156 coef1 = coef2;
157 coef2 = coef3;
159 } while (coef1 || coef2 || coef3 != 1);
h264_utils.cpp 246 byte coef1, coef2, coef3; local
256 coef2 = buffer[pos++];
264 coef1 = coef2;
265 coef2 = coef3;
267 } while (coef1 || coef2 || coef3 != 1);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 256 byte coef1, coef2, coef3; local
266 coef2 = buffer[pos++];
275 coef1 = coef2;
276 coef2 = coef3;
278 } while(coef1 || coef2 || coef3 != 1);
    [all...]

Completed in 106 milliseconds