HomeSort by relevance Sort by last modified time
    Searched refs:cm (Results 76 - 100 of 549) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/ml/nn/runtime/test/specs/
depthwise_conv2d_quant8_large_weights_as_inputs.mod.py 24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
depthwise_conv2d_quant8_weights_as_inputs.mod.py 24 cm = Int32Scalar("channelMultiplier", 1) variable
31 cm, act).To(output)
  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 77 void vp8_loop_filter_init(VP8_COMMON *cm) {
78 loop_filter_info_n *lfi = &cm->lf_info;
82 vp8_loop_filter_update_sharpness(lfi, cm->sharpness_level);
83 cm->last_sharpness_level = cm->sharpness_level;
94 void vp8_loop_filter_frame_init(VP8_COMMON *cm, MACROBLOCKD *mbd,
100 loop_filter_info_n *lfi = &cm->lf_info;
103 if (cm->last_sharpness_level != cm->sharpness_level) {
104 vp8_loop_filter_update_sharpness(lfi, cm->sharpness_level)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 16 int vp9_get_reference_mode_context(const VP9_COMMON *cm,
30 ctx = (above_mi->ref_frame[0] == cm->comp_fixed_ref) ^
31 (left_mi->ref_frame[0] == cm->comp_fixed_ref);
34 ctx = 2 + (above_mi->ref_frame[0] == cm->comp_fixed_ref ||
38 ctx = 2 + (left_mi->ref_frame[0] == cm->comp_fixed_ref ||
47 ctx = edge_mi->ref_frame[0] == cm->comp_fixed_ref;
59 int vp9_get_pred_context_comp_ref_p(const VP9_COMMON *cm,
71 const int fix_ref_idx = cm->ref_frame_sign_bias[cm->comp_fixed_ref];
84 pred_context = 1 + 2 * (edge_mi->ref_frame[0] != cm->comp_var_ref[1])
    [all...]
vp9_mvref_common.c 16 static void find_mv_refs_idx(const VP9_COMMON *cm, const MACROBLOCKD *xd,
20 const int *ref_sign_bias = cm->ref_frame_sign_bias;
26 cm->use_prev_frame_mvs
27 ? cm->prev_frame->mvs + mi_row * cm->mi_cols + mi_col
39 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
60 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
73 if (cm->use_prev_frame_mvs) {
87 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
99 if (cm->use_prev_frame_mvs)
    [all...]
vp9_loopfilter.c 238 void vp9_loop_filter_init(VP9_COMMON *cm) {
239 loop_filter_info_n *lfi = &cm->lf_info;
240 struct loopfilter *lf = &cm->lf;
252 void vp9_loop_filter_frame_init(VP9_COMMON *cm, int default_filt_lvl) {
258 loop_filter_info_n *const lfi = &cm->lf_info;
259 struct loopfilter *const lf = &cm->lf;
260 const struct segmentation *const seg = &cm->seg;
766 void vp9_adjust_mask(VP9_COMMON *const cm, const int mi_row, const int mi_col,
790 if (mi_row + MI_BLOCK_SIZE > cm->mi_rows) {
791 const uint64_t rows = cm->mi_rows - mi_row
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 167 VP9_COMMON *cm = &cpi->common; local
173 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
174 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
218 VP9_COMMON *const cm = &cpi->common; local
230 x->mv_limits.row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16;
242 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) {
251 x->mv_limits.col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16;
255 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
282 offset += cm->mb_cols;
288 VP9_COMMON *const cm = &cpi->common local
365 VP9_COMMON *const cm = &cpi->common; local
    [all...]
vp9_encodeframe.c 196 static INLINE void set_mode_info_offsets(VP9_COMMON *const cm,
201 xd->mi = cm->mi_grid_visible + idx_str;
202 xd->mi[0] = cm->mi + idx_str;
203 x->mbmi_ext = x->mbmi_ext_base + (mi_row * cm->mi_cols + mi_col);
209 VP9_COMMON *const cm = &cpi->common; local
214 const struct segmentation *const seg = &cm->seg;
219 set_mode_info_offsets(cm, x, xd, mi_row, mi_col);
224 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
230 mv_limits->row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND;
231 mv_limits->col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND
420 VP9_COMMON *const cm = &cpi->common; local
517 VP9_COMMON *const cm = &cpi->common; local
573 VP9_COMMON *const cm = &cpi->common; local
719 VP9_COMMON *const cm = &cpi->common; local
783 VP9_COMMON *const cm = &cpi->common; local
847 VP9_COMMON *const cm = &cpi->common; local
922 VP9_COMMON *const cm = &cpi->common; local
1041 VP9_COMMON *const cm = &cpi->common; local
1456 VP9_COMMON *const cm = &cpi->common; local
1625 VP9_COMMON *const cm = &cpi->common; local
1636 VP9_COMMON *const cm = &cpi->common; local
1910 VP9_COMMON *const cm = &cpi->common; local
2020 VP9_COMMON *const cm = &cpi->common; local
2079 VP9_COMMON *const cm = &cpi->common; local
2165 VP9_COMMON *const cm = &cpi->common; local
2249 VP9_COMMON *const cm = &cpi->common; local
2318 VP9_COMMON *const cm = &cpi->common; local
2624 VP9_COMMON *const cm = &cpi->common; local
2880 VP9_COMMON *const cm = &cpi->common; local
3324 VP9_COMMON *const cm = &cpi->common; local
3415 VP9_COMMON *const cm = &cpi->common; local
3493 VP9_COMMON *const cm = &cpi->common; local
3622 VP9_COMMON *const cm = &cpi->common; local
3865 VP9_COMMON *const cm = &cpi->common; local
3997 VP9_COMMON *const cm = &cpi->common; local
4105 VP9_COMMON *const cm = &cpi->common; local
4224 const VP9_COMMON *const cm = &cpi->common; local
4307 VP9_COMMON *const cm = &cpi->common; local
4347 VP9_COMMON *const cm = &cpi->common; local
4398 VP9_COMMON *const cm = &cpi->common; local
4428 VP9_COMMON *const cm = &cpi->common; local
4441 VP9_COMMON *const cm = &cpi->common; local
4471 VP9_COMMON *const cm = &cpi->common; local
4595 VP9_COMMON *const cm = &cpi->common; local
4620 VP9_COMMON *const cm = &cpi->common; local
4768 const VP9_COMMON *const cm = &cpi->common; local
4793 VP9_COMMON *const cm = &cpi->common; local
    [all...]
vp9_speed_features.c 44 static BLOCK_SIZE set_partition_min_limit(VP9_COMMON *const cm) {
45 unsigned int screen_area = (cm->width * cm->height);
63 VP9_COMMON *const cm = &cpi->common; local
70 // is only used while VPXMIN(cm->width, cm->height) >= 480 and speed = 0.
71 if (VPXMIN(cm->width, cm->height) >= 480) {
78 if (VPXMIN(cm->width, cm->height) >= 720)
318 VP9_COMMON *const cm = &cpi->common; local
355 VP9_COMMON *const cm = &cpi->common; local
666 VP9_COMMON *const cm = &cpi->common; local
    [all...]
vp9_ratectrl.c 273 const VP9_COMMON *const cm = &cpi->common; local
277 if (!cm->show_frame) {
475 const VP9_COMMON *const cm = &cpi->common; local
496 vp9_estimate_bits_at_q(cpi->common.frame_type, cm->base_qindex, cm->MBs,
497 rate_correction_factor, cm->bit_depth);
510 cpi->rc.q_1_frame = cm->base_qindex;
549 const VP9_COMMON *const cm = &cpi->common; local
559 (int)(((uint64_t)target_bits_per_frame << BPER_MB_NORMBITS) / cm->MBs);
564 if (cpi->oxcf.aq_mode == CYCLIC_REFRESH_AQ && cm->seg.enabled &
673 const VP9_COMMON *const cm = &cpi->common; local
737 const VP9_COMMON *const cm = &cpi->common; local
884 const VP9_COMMON *const cm = &cpi->common; local
1054 const VP9_COMMON *const cm = &cpi->common; local
1064 const VP9_COMMON *const cm = &cpi->common; local
1285 const VP9_COMMON *const cm = &cpi->common; local
1343 VP9_COMMON *const cm = &cpi->common; local
1362 const VP9_COMMON *const cm = &cpi->common; local
1518 VP9_COMMON *const cm = &cpi->common; local
1663 VP9_COMMON *const cm = &cpi->common; local
1726 VP9_COMMON *const cm = &cpi->common; local
1854 const VP9_COMMON *const cm = &cpi->common; local
1945 const VP9_COMMON *const cm = &cpi->common; local
2074 VP9_COMMON *const cm = &cpi->common; local
2219 VP9_COMMON *const cm = &cpi->common; local
2364 VP9_COMMON *const cm = &cpi->common; local
    [all...]
vp9_encodemv.h 22 void vp9_write_nmv_probs(VP9_COMMON *cm, int usehp, vpx_writer *w,
vp9_segmentation.h 42 void vp9_choose_segmap_coding_method(VP9_COMMON *cm, MACROBLOCKD *xd);
  /external/aac/libMpegTPEnc/src/
tpenc_adif.h 100 CHANNEL_MODE cm; member in struct:__anon13082
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandAliasTest.java 38 CommandMain cm = new CommandMain(); local
39 JCommander jc = new JCommander(cm);
61 CommandMain cm = new CommandMain(); local
62 JCommander jc = new JCommander(cm);
76 CommandMain cm = new CommandMain(); local
77 JCommander jc = new JCommander(cm);
91 CommandMain cm = new CommandMain(); local
92 JCommander jc = new JCommander(cm);
109 CommandMain cm = new CommandMain(); local
110 JCommander jc = new JCommander(cm);
117 CommandMain cm = new CommandMain(); local
136 CommandMain cm = new CommandMain(); local
152 CommandMain cm = new CommandMain(); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModificationExceptionTest.java 59 CollectionModifier cm = new CollectionModifier(myCollection); local
60 Thread collectionSlapper = new Thread(cm);
66 cm.stopNow();
69 cm.stopNow();
  /external/tcpdump/
ascii_strcasecmp.c 61 register const unsigned char *cm = charmap, local
65 while (cm[*us1] == cm[*us2++])
68 return(cm[*us1] - cm[*--us2]);
74 register const unsigned char *cm = charmap, local
88 if (cm[*us1] != cm[*us2++]) {
104 return(cm[*us1] - cm[*--us2])
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 185 VP8_COMMON *const cm = &cpi->common; local
201 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) {
203 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
240 VP8_COMMON *const cm = &cpi->common; local
243 YV12_BUFFER_CONFIG *new_yv12 = &cm->yv12_fb[cm->new_fb_idx];
253 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) {
260 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
286 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
328 static void encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row
581 VP8_COMMON *const cm = &cpi->common; local
673 VP8_COMMON *const cm = &cpi->common; local
    [all...]
  /cts/apps/CameraITS/tests/inprog/scene2/
test_dng_tags.py 61 cm, fm = its.dng.compute_cm_fm(dng_illum[i], gains, ccm, cal)
62 asn = its.dng.compute_asn(dng_illum[i], cal, cm)
63 print "Expected ColorMatrix:\n", cm
81 cm_scale = cm.mean(1).mean(0) / cm_ref.mean(1).mean(0)
85 print "Ratios in ColorMatrix:\n", cm / cm_ref
86 print "Deltas in ColorMatrix (after normalizing):\n", cm/cm_scale - cm_ref
  /external/libdaemon/doc/
style.css 29 pre { background-color: #f0f0f0; padding: 0.4cm; }
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConnectivityManagerWrapperImpl.java 30 public ConnectivityManagerWrapperImpl(ConnectivityManager cm) {
31 mCm = cm;
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 183 struct cmsghdr *cm; local
186 for (cm = CMSG_FIRSTHDR(msg);
187 cm && cm->cmsg_len;
188 cm = CMSG_NXTHDR(msg, cm)) {
189 if (cm->cmsg_level == SOL_SOCKET &&
190 cm->cmsg_type == SCM_TIMESTAMPING) {
191 tss = (void *) CMSG_DATA(cm);
192 } else if ((cm->cmsg_level == SOL_IP &
    [all...]
  /external/testng/src/test/java/test/tmp/
C.java 9 public void cm() { method in class:C
10 // System.out.println("C.cm");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyclbr.py 166 cm = self.checkModule
169 cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator
170 cm('cgi', ignore=('log',)) # set with = in module
171 cm('urllib', ignore=('_CFNumberToInt32',
180 cm('pickle')
181 cm('aifc', ignore=('openfp',)) # set with = in module
182 cm('Cookie')
183 cm('sre_parse', ignore=('dump',)) # from sre_constants import *
184 cm('pdb')
185 cm('pydoc')
    [all...]
  /external/curl/lib/
system_win32.c 180 ULONGLONG cm = 0; local
236 cm = VerSetConditionMask(cm, VER_MAJORVERSION, majorCondition);
237 cm = VerSetConditionMask(cm, VER_MINORVERSION, minorCondition);
238 cm = VerSetConditionMask(cm, VER_SERVICEPACKMAJOR, spMajorCondition);
239 cm = VerSetConditionMask(cm, VER_SERVICEPACKMINOR, spMinorCondition);
241 cm = VerSetConditionMask(cm, VER_PLATFORMID, VER_EQUAL)
    [all...]
  /external/python/cpython2/Lib/test/
test_pyclbr.py 166 cm = self.checkModule
169 cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator
170 cm('cgi', ignore=('log',)) # set with = in module
171 cm('urllib', ignore=('_CFNumberToInt32',
180 cm('pickle')
181 cm('aifc', ignore=('openfp',)) # set with = in module
182 cm('Cookie')
183 cm('sre_parse', ignore=('dump', 'groups')) # from sre_constants import *; property
184 cm('pdb')
185 cm('pydoc'
    [all...]

Completed in 1389 milliseconds

1 2 34 5 6 7 8 91011>>