Home
last modified time | relevance | path

Searched defs:top_left (Results 1 – 25 of 32) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java75 public int[] top_left; field in PictureParameterSet
200 int[] top_left = new int[1]; in write() local
/external/libvpx/libvpx/vp8/common/
Dreconintra4x4.c42 unsigned char top_left) { in vp8_intra4x4_predict()
/external/clang/test/FixIt/
Dtypo.c12 struct Point top_left, // expected-note{{'top_left' declared here}} member
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py51 def __new__(cls, top_left, bottom_right): argument
/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c53 unsigned char top_left = Above[-1]; in vp8_encode_intra4x4block() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred4_dspr2.c89 int32_t top_left; in vpx_tm_predictor_4x4_dspr2() local
Dintrapred8_dspr2.c157 int32_t top_left; in vpx_tm_predictor_8x8_dspr2() local
Dintrapred_msa.c388 uint8_t top_left = src_top_ptr[-1]; in intra_predict_tm_4x4_msa() local
416 uint8_t top_left = src_top_ptr[-1]; in intra_predict_tm_8x8_msa() local
448 uint8_t top_left = src_top_ptr[-1]; in intra_predict_tm_16x16_msa() local
497 uint8_t top_left = src_top[-1]; in intra_predict_tm_32x32_msa() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dintegral_image.h124 const uint32_t top_left = (*this)[y1 - 1][x1 - 1]; in GetRegionSum() local
/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op_gpu.cu.cc64 const float top_left( in ResizeBilinearKernel() local
178 const float top_left( in LegacyResizeBilinearKernel() local
Dresize_bilinear_op.cc102 inline float compute_lerp(const float top_left, const float top_right, in compute_lerp()
190 const float top_left(ys_input_lower_ptr[xs_lower + c]); in resize_image() local
Dquantized_resize_bilinear_op.cc105 const float top_left = QuantizedToFloat<T>(in_top_left, min, max); in ComputeLerpReference() local
122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp()
256 const T top_left = ys_input_lower_ptr[xs_lower + c]; in OutputLerpForChannels() local
499 const T top_left = ys_input_lower_ptr[xs_lower + c]; in ResizeImageReference() local
Dquantized_resize_bilinear_op_test.cc85 const float top_left = QuantizedToFloat<T>(in_top_left, min, max); in ComputeLerpReference() local
133 const float top_left = image_data[y_lower_index + xs_lower + c]; in CalcReferenceResizedVal() local
Dquantization_utils_test.cc826 T_CALC ComputeRefLerp(T_CALC top_left, T_CALC top_right, T_CALC bottom_left, in ComputeRefLerp()
838 void TestComputeLerp8x8(uint8 top_left, uint8 top_right, uint8 bottom_left, in TestComputeLerp8x8()
870 void TestComputeLerp32x2(int32 top_left, int32 top_right, int32 bottom_left, in TestComputeLerp32x2()
Dresize_bilinear_op_test.cc106 const float top_left = images(b, top_y_index, left_x_index, c); in ResizeBilinearBaseline() local
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h108 DesktopVector top_left() const { return DesktopVector(left_, top_); } in top_left() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dresampler_ops.cc517 XlaOp top_left = xla::ConvertElementType(warp, xla::S32); in Compile() local
650 XlaOp top_left = xla::ConvertElementType(xla::Floor(warp), xla::S32); in Compile() local
/external/webp/src/dsp/
Dfilters.c219 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_C() local
Dfilters_mips_dsp_r2.c367 uint8_t top = prev[0], top_left = top, left = top; in GradientUnfilter_MIPSdspR2() local
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c165 unsigned char top_left; in mt_decode_macroblock() local
Ddecodeframe.c173 unsigned char top_left = Above[-1]; in decode_macroblock() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon.c880 const uint8x8_t top_left = vld1_dup_u8(above - 1); in vpx_tm_predictor_4x4_neon() local
918 const uint8x8_t top_left = vld1_dup_u8(above - 1); in vpx_tm_predictor_8x8_neon() local
955 const uint8x16_t top_left = vld1q_dup_u8(above - 1); in vpx_tm_predictor_16x16_neon() local
1011 const uint8x16_t top_left = vld1q_dup_u8(above - 1); in vpx_tm_predictor_32x32_neon() local
Dhighbd_intrapred_neon.c905 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_4x4_neon() local
946 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_8x8_neon() local
991 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_16x16_neon() local
1049 const int16x8_t top_left = vld1q_dup_s16((const int16_t *)(above - 1)); in vpx_highbd_tm_predictor_32x32_neon() local
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc191 const float top_left((in_top_left_pixel[c] - input_mean) / input_std); in ReadTensorFromImageFile() local
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local

12