Home
last modified time | relevance | path

Searched refs:horz (Results 1 – 7 of 7) sorted by relevance

/external/libavc/common/arm/
Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s147 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
/external/libavc/encoder/arm/
Dih264e_evaluate_intra16x16_modes_a9q.s194 vmov.u32 r9, d28[0] @horz
206 ands r6, r0, #02 @ horz mode valid????????????
Dih264e_evaluate_intra_chroma_modes_a9q.s253 vmov.u32 r9, d14[0] @horz
267 ands r6, r0, #02 @ horz mode valid????????????
Dih264e_evaluate_intra4x4_modes_a9q.s155 beq horz
172 horz: label
/external/opencv3/modules/imgproc/src/
Dderiv.cpp224 bool horz = (0 == dx) && (1 == dy); in IPPDerivScharr() local
233 if (horz) in IPPDerivScharr()
256 if (horz) in IPPDerivScharr()
279 if (horz) in IPPDerivScharr()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c274 var horz[2]; member
382 sum_2_variances(node.split[0], node.split[1], &node.part_variances->horz[0]); in fill_variance_tree()
383 sum_2_variances(node.split[2], node.split[3], &node.part_variances->horz[1]); in fill_variance_tree()
460 get_variance(&vt.part_variances->horz[0]); in set_vt_partitioning()
461 get_variance(&vt.part_variances->horz[1]); in set_vt_partitioning()
462 if (vt.part_variances->horz[0].variance < threshold && in set_vt_partitioning()
463 vt.part_variances->horz[1].variance < threshold && in set_vt_partitioning()
/external/opencv3/3rdparty/libtiff/
DChangeLog1041 * libtiff/tif_predict.c: Add support for 32bit integer horz. predictors.