HomeSort by relevance Sort by last modified time
    Searched refs:SVC (Results 51 - 69 of 69) sorted by null

1 23

  /external/v8/src/arm64/
constants-arm64.h 678 SVC = ExceptionFixed | 0x00000001,
    [all...]
  /external/v8/src/s390/
simulator-s390.h 537 EVALUATE(SVC);
constants-s390.h     [all...]
simulator-s390.cc 763 EvalTable[SVC] = &Simulator::Evaluate_SVC;
1963 int svc = instr->SvcValue(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 386 SVC
855 SVC: "SVC",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 386 SVC
855 SVC: "SVC",
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 321 for (i = 0; i < cpi->svc.number_spatial_layers; ++i) {
322 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
745 fps->spatial_layer_id = cpi->svc.spatial_layer_id;
854 is_two_pass_svc(cpi) ? &cpi->svc.layer_context[cpi->svc.spatial_layer_id]
1693 SVC *const svc = &cpi->svc; local
3119 const SVC *const svc = &cpi->svc; local
    [all...]
vp9_pickmode.c 117 !cpi->svc.layer_context[cpi->svc.temporal_layer_id].is_key_frame &&
219 // For SVC on non-reference frame, avoid subpel for (0, 0) motion.
220 if (cpi->use_svc && cpi->svc.non_reference_frame) {
380 cpi->svc.temporal_layer_id);
683 (bsize < BLOCK_32X32 || cpi->svc.temporal_layer_id > 0)))) {
1424 const SVC *const svc = &cpi->svc; local
    [all...]
vp9_encodeframe.c 564 content_state, cpi->svc.temporal_layer_id);
933 SVC *const svc = &cpi->svc; local
    [all...]
vp9_encoder.c 794 vpx_free(cpi->svc.prev_partition_svc);
795 cpi->svc.prev_partition_svc = NULL;
848 for (i = 0; i < cpi->svc.number_spatial_layers; ++i) {
849 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[i];
861 vpx_free_frame_buffer(&cpi->svc.scaled_frames[i]);
863 memset(&cpi->svc.scaled_frames[0], 0,
864 MAX_LAG_BUFFERS * sizeof(cpi->svc.scaled_frames[0]));
866 vpx_free_frame_buffer(&cpi->svc.scaled_temp);
867 memset(&cpi->svc.scaled_temp, 0, sizeof(cpi->svc.scaled_temp))
2920 SVC *const svc = &cpi->svc; local
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 725 SVC = ExceptionFixed | 0x00000001,
    [all...]
disasm-aarch64.cc     [all...]
assembler-aarch64.cc     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]
v8_IT_manual.s 637 @ SVC, encoding T1
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c     [all...]

Completed in 626 milliseconds

1 23