/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | subtract_test.cc | 61 for (int c = 0; c < kBlockWidth; ++c) { in TEST_P() local 70 for (int c = 0; c < kBlockWidth; ++c) { in TEST_P() local 79 for (int c = 0; c < kBlockWidth; ++c) { in TEST_P() local 91 for (int c = 0; c < kBlockWidth; ++c) { in TEST_P() local
|
D | vp9_subtract_test.cc | 53 for (int c = 0; c < block_width * 2; ++c) { in TEST_P() local 63 for (int c = 0; c < block_width; ++c) { in TEST_P() local 76 for (int c = 0; c < block_width; ++c) { in TEST_P() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | treewriter.c | 19 int c in cost() 36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) in vp8_cost_tokens() 40 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t,int start) in vp8_cost_tokens2()
|
D | bitstream.h | 35 # define pack_tokens(a,b,c) \ argument 37 # define pack_tokens_into_partitions(a,b,c,d) \ argument
|
D | modecosts.c | 18 void vp8_init_mode_costs(VP8_COMP *c) in vp8_init_mode_costs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 121 static INLINE int mv_class_base(MV_CLASS_TYPE c) { in mv_class_base() 126 const MV_CLASS_TYPE c = (z >= CLASS0_SIZE * 4096) ? in vp9_get_mv_class() local 138 int vp9_get_mv_mag(MV_CLASS_TYPE c, int offset) { in vp9_get_mv_mag() 144 int s, z, c, o, d, e, f; in inc_mv_component() local 208 const nmv_component_counts *c = &counts->comps[i]; in vp9_adapt_mv_probs() local
|
D | vp9_reconintra.c | 50 int r, c; in d207_predictor() local 79 int r, c; in intra_pred_allsizes() local 95 int r, c; in intra_pred_allsizes() local 110 int r, c; in intra_pred_allsizes() local 139 int r, c; in intra_pred_allsizes() local 160 int r, c; in intra_pred_allsizes() local 209 int r, c; in intra_pred_allsizes() local
|
D | vp9_scan.h | 38 const uint8_t *token_cache, int c) { in get_coef_context()
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_atomic.h | 23 unsigned char c; in wsbmAtomicIncZero() local 33 unsigned char c; in wsbmAtomicDecNegative() local 44 unsigned char c; in wsbmAtomicDecZero() local
|
/hardware/intel/bootstub/ |
D | spi-uart.c | 90 static void max3110_write_data(char c) in max3110_write_data() 99 static int spi_max3110_putc(char c) in spi_max3110_putc()
|
D | ssp-uart.c | 43 static void ssp_max3110_putc(char c) in ssp_max3110_putc()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | gen_scalers.c | 41 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_4_scale_c() local 73 unsigned int a, b, c, d, e; in vp8_vertical_band_5_4_scale_c() local 122 unsigned int a, b, c, d, e; in vp8_horizontal_line_5_3_scale_c() local 151 unsigned int a, b, c, d, e; in vp8_vertical_band_5_3_scale_c() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { in sync_read() 58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c, in sync_write() 96 int r, c; // SB row and col in loop_filter_rows_mt() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_loopfilter_masks_dspr2.h | 34 uint32_t c, r, r3, r_k; in vp9_filter_hev_mask_dspr2() local 142 uint32_t c, r, r3, r_k, r_flat; in vp9_filter_hev_mask_flatmask4_dspr2() local 288 uint32_t c, r, r_k, r_flat; in vp9_flatmask5() local
|
/hardware/bsp/intel/peripheral/libmraa/examples/python/ |
D | hello_isr.py | 31 c = Counter() variable
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | mbpitch.c | 16 int r, c; in vp8_setup_block_dptrs() local
|
D | idctllm.c | 33 int r, c; in vp8_short_idct4x4llm_c() local 117 int r, c; in vp8_dc_only_idct_add_c() local
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DrmConfig.h | 22 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ argument
|
/hardware/google/apf/ |
D | apf_interpreter.c | 28 #define ASSERT_RETURN(c) if (!(c)) return PASS_PACKET argument 32 #define ENFORCE_UNSIGNED(c) ((c)==(uint32_t)(c)) argument
|
/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
D | glob.c | 149 #define CHAR(c) ((Char)((c)&M_ASCII)) argument 150 #define META(c) ((Char)((c)|M_QUOTE)) argument 157 #define ismeta(c) (((c)&M_QUOTE) != 0) argument 187 int c; in glob() local 477 int c, error; in glob0() local 946 Char c, k; in match() local
|
/hardware/bsp/intel/peripheral/libupm/src/max31855/ |
D | max31855.cxx | 102 double c = (double) temp; in getTemp() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/ |
D | align.h | 23 char c; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 49 #define bcm_isalnum(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L|_BCM_D)) != 0) argument 50 #define bcm_isalpha(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L)) != 0) argument 51 #define bcm_iscntrl(c) ((bcm_ismask(c)&(_BCM_C)) != 0) argument 52 #define bcm_isdigit(c) ((bcm_ismask(c)&(_BCM_D)) != 0) argument 53 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0) argument 54 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) argument 55 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0) argument 56 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0) argument 57 #define bcm_isspace(c) ((bcm_ismask(c)&(_BCM_S)) != 0) argument 58 #define bcm_isupper(c) ((bcm_ismask(c)&(_BCM_U)) != 0) argument [all …]
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
D | timm_osal_trace.c | 85 char c = file[0]; in simplify_path() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86.h | 81 #define cpuid(func, func2, a, b, c, d) do {\ argument 89 #define cpuid(func, func2, a, b, c, d) do {\ argument 96 #define cpuid(func, func2, a, b, c, d)\ argument
|