/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ratectrl.c | 218 CODING_CONTEXT *const cc = & cpi->coding_context; in vp8_save_coding_context() local 226 cc->frames_since_key = cpi->frames_since_key; in vp8_save_coding_context() 227 cc->filter_level = cpi->common.filter_level; in vp8_save_coding_context() 228 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due; in vp8_save_coding_context() 229 cc->frames_since_golden = cpi->frames_since_golden; in vp8_save_coding_context() 231 vp8_copy(cc->mvc, cpi->common.fc.mvc); in vp8_save_coding_context() 232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); in vp8_save_coding_context() 234 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); in vp8_save_coding_context() 235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob); in vp8_save_coding_context() 237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count); in vp8_save_coding_context() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_cost.c | 43 const int cc = c + vp9_cost_bit(prob, b); in cost() local 47 costs[-ii] = cc; in cost() 49 cost(costs, tree, probs, ii, cc); in cost()
|
D | vp9_ratectrl.c | 110 CODING_CONTEXT *const cc = &cpi->coding_context; in vp9_save_coding_context() local 117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost); in vp9_save_coding_context() 118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts); in vp9_save_coding_context() 119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp); in vp9_save_coding_context() 121 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs); in vp9_save_coding_context() 126 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas); in vp9_save_coding_context() 127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); in vp9_save_coding_context() 129 cc->fc = cm->fc; in vp9_save_coding_context() 133 CODING_CONTEXT *const cc = &cpi->coding_context; in vp9_restore_coding_context() local 138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost); in vp9_restore_coding_context() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | Android.mk | 25 LOCAL_CPP_EXTENSION := .cc 29 LOCAL_SRC_FILES := ./third_party/googletest/src/src/gtest-all.cc 40 FILTERED_SRC := $(sort $(filter %.cc %.c, $(LIBVPX_TEST_SRCS-yes)))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | test.mk | 7 LIBVPX_TEST_SRCS-yes += test_libvpx.cc 8 LIBVPX_TEST_SRCS-yes += test_vectors.cc 21 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += aq_segment_test.cc 22 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += datarate_test.cc 23 LIBVPX_TEST_SRCS-$(CONFIG_ENCODERS) += error_resilience_test.cc 27 LIBVPX_TEST_SRCS-$(CONFIG_VP8_ENCODER) += altref_test.cc 28 LIBVPX_TEST_SRCS-$(CONFIG_VP8_ENCODER) += config_test.cc 29 LIBVPX_TEST_SRCS-$(CONFIG_VP8_ENCODER) += cq_test.cc 30 LIBVPX_TEST_SRCS-$(CONFIG_VP8_ENCODER) += keyframe_test.cc 32 LIBVPX_TEST_SRCS-$(CONFIG_VP9_DECODER) += external_frame_buffer_test.cc [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 826 long xx, cc; in inv_fast_sqrt() local 846 cc = x0 - (1L<<30); in inv_fast_sqrt() 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 852 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() 856 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 826 long xx, cc; in inv_fast_sqrt() local 846 cc = x0 - (1L<<30); in inv_fast_sqrt() 847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt() 852 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt() 856 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt() 857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | Makefile | 84 %: %.cc 141 $(BUILD_PFX)%.cc.d: %.cc 146 $(BUILD_PFX)%.cc.o: %.cc 221 obj_pats=.c=.c.o $(AS_SFX)=$(AS_SFX).o .cc=.cc.o
|
D | gen_msvs_sln.sh | 29 --target=isa-os-cc Target specifier
|
D | gen_msvs_proj.sh | 31 --target=isa-os-cc Target specifier (required)
|
D | gen_msvs_vcxproj.sh | 32 --target=isa-os-cc Target specifier (required)
|
D | configure.sh | 277 enabled gcov && rm -f ${TMP_C%.c}.gcno ${TMP_CC%.cc}.gcno
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/ |
D | README | 8 http://swapped.cc/halloc 44 Copyright (c) 2004-2010, Alex Pankratov (ap@swapped.cc). All rights reserved.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/ |
D | gtest.mk | 1 GTEST_SRCS-yes += src/gtest-all.cc
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | ftfy.sh | 34 *.h|*.c|*.cc)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/ |
D | CHANGES | 111 .cc file for easy deployment. 133 * Added src/gtest-all.cc for building Google Test from a single file.
|
D | README | 120 ${GTEST_DIR}/src/gtest-all.cc 127 -pthread -c ${GTEST_DIR}/src/gtest-all.cc 136 g++ -isystem ${GTEST_DIR}/include -pthread path/to/your_test.cc libgtest.a \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 401 punpckhwd xmm6, xmm7 ; cc dc ec fc 418 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc 638 punpckhwd xmm6, xmm7 ; cc dc ec fc 655 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.mk | 425 gtest.$(VCPROJ_SFX): $(SRC_PATH_BARE)/third_party/googletest/src/src/gtest-all.cc 436 --out=gtest.$(VCPROJ_SFX) $(SRC_PATH_BARE)/third_party/googletest/src/src/gtest-all.cc \
|
D | libs.doxy_template | 507 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2210 #define FORMALIZE(var) {cc += (var & 0x80000000) ? 1 : 0; var &= 0x7fffffff;} in bcm_uint64_multiple_add() 2212 uint32 a1, a0, b1, b0, t, cc = 0; in bcm_uint64_multiple_add() local 2239 r0 |= (cc % 2) ? 0x80000000 : 0; in bcm_uint64_multiple_add() 2240 r1 = a1 * b1 + ((a1 * b0) >> 16) + ((b1 * a0) >> 16) + (cc / 2); in bcm_uint64_multiple_add()
|
/hardware/intel/common/libva/ |
D | configure.ac | 182 if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
|
/hardware/intel/img/libdrm/ |
D | configure | 2447 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2464 ac_cv_prog_CC="${ac_tool_prefix}cc" 2487 # Extract the first word of "cc", so it can be a program name with args. 2505 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2509 ac_cv_prog_CC="cc" 7005 test -z "$CC" && CC=cc 10549 set dummy ${ac_tool_prefix}cc; ac_word=$2 10589 set dummy cc; ac_word=$2
|
D | aclocal.m4 | 248 test -z "$CC" && CC=cc 2594 …sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/… 8323 # both Tru64's cc and ICC support -MD to output dependencies as a
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 615 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
|