/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
findnearmv.c | 32 int refframe, 54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias); 69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 91 mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 156 int refframe, 160 int sign_bias = ref_frame_sign_bias[refframe]; 168 refframe,
|
findnearmv.h | 25 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp, 28 if (refmb_ref_frame_sign_bias != ref_frame_sign_bias[refframe]) 80 int refframe, 92 int refframe,
|
/external/libvpx/libvpx/vp8/common/ |
findnearmv.c | 32 int refframe, 54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias); 69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 91 mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 156 int refframe, 160 int sign_bias = ref_frame_sign_bias[refframe]; 168 refframe,
|
findnearmv.h | 25 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp, 28 if (refmb_ref_frame_sign_bias != ref_frame_sign_bias[refframe]) 80 int refframe, 92 int refframe,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
findnearmv.c | 32 int refframe, 54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias); 69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 91 mv_bias(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 156 int refframe, 160 int sign_bias = ref_frame_sign_bias[refframe]; 168 refframe,
|
findnearmv.h | 25 static void mv_bias(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp, 28 if (refmb_ref_frame_sign_bias != ref_frame_sign_bias[refframe]) 80 int refframe, 92 int refframe,
|
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 312 sp<GraphicBuffer> refFrame; 313 refFrame = new GraphicBuffer(refWidth, refHeight, 315 if ((rv = refFrame->initCheck()) != NO_ERROR) { 316 testPrintE("refFrame initCheck failed, rv: %i", rv); 322 testPrintI("refFrame width: %u height: %u format: %u %s", 329 if ((rv = refFrame->initCheck()) != NO_ERROR) { 330 testPrintE("refFrame initCheck failed, rv: %i", rv); 341 hwcTestFillColorHBlend(refFrame.get(), refFormat->format, 356 layer->handle = refFrame->handle;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_MotionEstimationMB.c | 592 * [in] RefFrame - Index of the reference frame for prediction 607 OMX_S32 RefFrame, 646 if (RFrameL == RefFrame && RFrameU != RefFrame && RFrameUR != RefFrame) 650 else if(RFrameL != RefFrame && RFrameU == RefFrame && RFrameUR != RefFrame) 654 else if(RFrameL != RefFrame && RFrameU != RefFrame && RFrameUR == RefFrame [all...] |
/external/deqp/modules/egl/ |
teglColorClearCase.cpp | 149 tcu::Surface refFrame (width, height); 207 renderReference(refFrame, clears, pixelFmt); 211 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT); 295 tcu::Surface refFrame (width, height); 375 tcu::PixelBufferAccess access = tcu::getSubregion(refFrame.getAccess(), 385 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, RGBA(1,1,1,1) + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
|
teglRenderTests.cpp | 708 tcu::Surface refFrame (width, height); 785 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); 789 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); 893 tcu::Surface refFrame (width, height); 996 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); 1000 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fDepthTests.cpp | 138 tcu::Surface refFrame (width, height); 163 context.readPixels(refFrame, 0, 0, width, height); 178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
es2fStencilTests.cpp | 295 tcu::Surface refFrame (width, height); 355 context.readPixels(refFrame, 0, 0, width, height); 365 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
es2fTextureUnitTests.cpp | 766 tcu::Surface refFrame (viewportWidth, viewportHeight); 808 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight); 813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthTests.cpp | 141 tcu::Surface refFrame (width, height); 166 context.readPixels(refFrame, 0, 0, width, height); 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
es3fStencilTests.cpp | 298 tcu::Surface refFrame (width, height); 358 context.readPixels(refFrame, 0, 0, width, height); 368 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
es3fTextureUnitTests.cpp | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
rdopt.h | 130 int refframe,
|
rdopt.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.h | 130 int refframe,
|
rdopt.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
rdopt.h | 130 int refframe,
|
rdopt.c | [all...] |
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderAVC.cpp | 518 VAPictureH264 *refFrame = NULL; 541 refFrame = picParam->ReferenceFrames; 542 for (uint8_t frame = 0; frame < picParam->num_ref_frames; frame++, refFrame++) { 543 if (refFrame->TopFieldOrderCnt == refList->TopFieldOrderCnt) { 545 flags = refFrame->flags | refList->flags; 549 refFrame->flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE; [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
omx_video_encoder.cpp | 744 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames); 753 DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->nRefFrames); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
omx_video_encoder.cpp | [all...] |