Searched refs:SVC (Results 1 - 25 of 34) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_denoiser.h28 // Number of frame buffers when SVC is used. [0] for current denoised buffer and
70 struct SVC;
93 int vp9_denoiser_alloc(VP9_COMMON *cm, struct SVC *svc, VP9_DENOISER *denoiser,
H A Dvp9_svc_layercontext.h52 typedef struct SVC { struct
104 } SVC; typedef in typeref:struct:SVC
H A Dvp9_svc_layercontext.c23 SVC *const svc = &cpi->svc;
151 SVC *const svc = &cpi->svc;
248 SVC *const svc = &cpi->svc;
358 SVC *const svc = &cpi->svc;
829 SVC *const svc = &cpi->svc;
845 SVC *const svc = &cpi->svc;
867 SVC *svc = &cpi->svc;
H A Dvp9_ratectrl.c252 static void update_layer_buffer_level(SVC *svc, int encoded_frame_size) {
688 // For SVC if the current base spatial layer was key frame, use the QP from
1399 SVC *svc = &cpi->svc;
1612 const SVC *const svc = &cpi->svc;
1661 const SVC *const svc = &cpi->svc;
2485 SVC *svc = &cpi->svc;
H A Dvp9_encoder.h129 RESIZE_NONE = 0, // No frame resizing allowed (except for SVC).
630 SVC svc;
H A Dvp9_denoiser.c252 // When using SVC, we need to map REF_FRAME to the frame buffer index.
454 // if the just encoded frame was resized. For SVC, copy source if the base
566 int vp9_denoiser_alloc(VP9_COMMON *cm, struct SVC *svc, VP9_DENOISER *denoiser,
584 // For SVC: only denoise at most 2 spatial (highest) layers.
H A Dvp9_firstpass.c1693 SVC *const svc = &cpi->svc;
3119 const SVC *const svc = &cpi->svc;
H A Dvp9_pickmode.c219 // For SVC on non-reference frame, avoid subpel for (0, 0) motion.
1424 const SVC *const svc = &cpi->svc;
1653 // Set the flag_svc_subpel to 1 for SVC if the lower spatial layer used
1725 // For SVC, skip the golden (spatial) reference search if sse of zeromv_last
1883 // for SVC encoding.
H A Dvp9_encodeframe.c905 // For SVC, don't allow copy if base spatial layer is key frame, or if
933 SVC *const svc = &cpi->svc;
1245 // For the variance computation under SVC mode, we treat the frame as key if
1277 // For SVC on top spatial layer: use/scale the partition from
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dthumb-diagnostics.s112 @ Out of range immediate for SVC instruction.
H A Ddiagnostics.s224 @ Out of range immediate on SVC
H A Dbasic-thumb-instructions.s577 @ SVC
/external/libvpx/libvpx/
H A Dexamples.mk122 vp9_spatial_svc_encoder.DESCRIPTION = VP9 Spatial SVC Encoder
136 vpx_temporal_svc_encoder.DESCRIPTION = Temporal SVC Encoder
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c1100 SVC *const svc = &cpi->svc;
1493 SVC *const svc = &cpi->svc;
1517 SVC *const svc = &cpi->svc;
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s184 @ Out of range immediate for SVC instruction.
H A Dbasic-thumb-instructions.s628 @ SVC
H A Ddiagnostics.s293 @ Out of range immediate on SVC
/external/v8/src/arm64/
H A Ddisasm-arm64.cc1225 case SVC: mnemonic = "svc"; break;
H A Dconstants-arm64.h678 SVC = ExceptionFixed | 0x00000001, enumerator in enum:v8::internal::ExceptionOp
/external/v8/src/s390/
H A Dsimulator-s390.h537 EVALUATE(SVC);
H A Dconstants-s390.h1038 V(svc, SVC, 0x0A) /* type = I SUPERVISOR CALL */
1825 // SVC provides a 24bit immediate value. Use bits 22:0 for standard
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h725 SVC = ExceptionFixed | 0x00000001, enumerator in enum:vixl::aarch64::ExceptionOp
H A Ddisasm-aarch64.cc1825 case SVC:
/external/capstone/arch/AArch64/
H A DAArch64GenAsmWriter.inc2001 21263U, // SVC
4393 0U, // SVC
5230 // BRK, DCPS1, DCPS2, DCPS3, HINT, HLT, HVC, SMC, SVC
/external/capstone/arch/ARM/
H A DARMGenAsmWriter.inc474 1073776302U, // SVC
3267 0U, // SVC

Completed in 865 milliseconds

12