HomeSort by relevance Sort by last modified time
    Searched refs:horz (Results 1 - 16 of 16) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_frame_attr.c 28 attr->mpeg2.frame_center_offset[index].horz,
44 attrs->mpeg2.frame_center_offset[index].horz = 0;
105 attrs->mpeg2.frame_center_offset[index].horz = parser->info.pic_disp_ext.frame_center_horizontal_offset[index];
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 96 int horz; member in struct:viddec_mpeg2_frame_center_offset
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 265 double horz = Math.max(getWidth() - x, x); local
267 float r = (float) Math.hypot(horz, vert);
300 double horz = Math.max(getWidth() - x, x); local
302 float r = (float) Math.hypot(horz, vert);
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 296 short horz; member in struct:_PSB_MVvalue
302 MVector[0].horz = mb_param->PMV[0][0][0]; \
305 MVector[1].horz = mb_param->PMV[0][1][0]; \
308 MVector[2].horz = mb_param->PMV[1][0][0]; \
311 MVector[3].horz = mb_param->PMV[1][1][0]; \
344 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[0].horz << 1);
351 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[1].horz << 1);
368 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[0].horz << 1);
377 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[1].horz << 1);
393 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MOTION_VECTOR, MV_X, MVector[2].horz << 1)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_blur.rs 84 float4 __attribute__((kernel)) horz(uint32_t x, uint32_t y) {
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 147 vld1.32 {q9}, [r6], r2 @ horz row0, col 0
164 vld1.32 {q9}, [r11], r2 @ horz row 0, col 1
191 vld1.32 {q9}, [r6], r2 @ horz row 1, col 0
214 vld1.32 {q9}, [r11], r2 @ horz row 1, col 1
253 vld1.32 {q6}, [r6], r2 @horz row 0
266 vld1.32 {q6}, [r6], r2 @ horz row 1
307 vld1.32 {q6}, [r6], r2 @load for horz filter row 0
320 vld1.32 {q6}, [r6], r2 @horz row 1
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
threshold.rs 99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
threshold.rs 99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
threshold.rs 99 float4 RS_KERNEL horz(uint32_t x, uint32_t y) {
threshold_half.rs 99 half4 RS_KERNEL horz(uint32_t x, uint32_t y) {
  /external/libavc/encoder/arm/
ih264e_evaluate_intra16x16_modes_a9q.s 24 @* @brief :Evaluate best intra 16x16 mode (among VERT, HORZ and DC )
153 @/HORZ row 0;
176 @/HORZ row i;
186 vadd.i16 q14, q13, q14 @/HORZ
187 vadd.i16 d28, d29, d28 @/HORZ
189 vpaddl.u16 d28, d28 @/HORZ
191 vpaddl.u32 d28, d28 @/HORZ
194 vmov.u32 r9, d28[0] @horz
206 ands r6, r0, #02 @ horz mode valid????????????
ih264e_evaluate_intra_chroma_modes_a9q.s 24 @* @brief :Evaluate best intr chroma mode (among VERT, HORZ and DC )
174 @/HORZ row 0;
189 @/HORZ row 4;
210 @/HORZ row i;
225 @/HORZ row i+4;
238 vadd.i16 q7, q13, q7 @/HORZ
241 vadd.i16 d14, d15, d14 @/HORZ
244 vpaddl.u16 d14, d14 @/HORZ
247 vpaddl.u32 d14, d14 @/HORZ
253 vmov.u32 r9, d14[0] @horz
    [all...]
ih264e_evaluate_intra4x4_modes_a9q.s 155 beq horz
172 horz: label
173 ands r10, r8, #02 @HORZ sad ??
234 ands r10, r8, #504 @/* if modes other than VERT, HORZ and DC are valid ????*/
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 316 var horz[2]; member in struct:__anon26199
425 sum_2_variances(node.split[0], node.split[1], &node.part_variances->horz[0]);
426 sum_2_variances(node.split[2], node.split[3], &node.part_variances->horz[1]);
494 get_variance(&vt.part_variances->horz[0]);
495 get_variance(&vt.part_variances->horz[1]);
496 if (vt.part_variances->horz[0].variance < threshold &&
497 vt.part_variances->horz[1].variance < threshold &&
812 if (vt->part_variances.horz[i].variance < (thresholds[0] >> 2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16     [all...]
windowsx.h     [all...]

Completed in 745 milliseconds