Searched refs:qthresh (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | vp8_loopfilter_neon.c | 19 uint8x16_t qthresh, // thresh in vp8_loop_filter_neon() argument 53 q13u8 = vcgtq_u8(q13u8, qthresh); in vp8_loop_filter_neon() 54 q14u8 = vcgtq_u8(q14u8, qthresh); in vp8_loop_filter_neon() 131 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_loop_filter_horizontal_edge_y_neon() local 136 qthresh = vdupq_n_u8(thresh); in vp8_loop_filter_horizontal_edge_y_neon() 155 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_loop_filter_horizontal_edge_y_neon() 174 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_loop_filter_horizontal_edge_uv_neon() local 181 qthresh = vdupq_n_u8(thresh); in vp8_loop_filter_horizontal_edge_uv_neon() 226 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_loop_filter_horizontal_edge_uv_neon() 322 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_loop_filter_vertical_edge_y_neon() local [all …]
|
D | mbloopfilter_neon.c | 18 uint8x16_t qthresh, // thresh in vp8_mbloop_filter_neon() argument 55 q13u8 = vcgtq_u8(q13u8, qthresh); in vp8_mbloop_filter_neon() 56 q14u8 = vcgtq_u8(q14u8, qthresh); in vp8_mbloop_filter_neon() 159 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_mbloop_filter_horizontal_edge_y_neon() local 164 qthresh = vdupq_n_u8(thresh); in vp8_mbloop_filter_horizontal_edge_y_neon() 184 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_mbloop_filter_horizontal_edge_y_neon() 207 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_mbloop_filter_horizontal_edge_uv_neon() local 214 qthresh = vdupq_n_u8(thresh); in vp8_mbloop_filter_horizontal_edge_uv_neon() 259 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_mbloop_filter_horizontal_edge_uv_neon() 294 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_mbloop_filter_vertical_edge_y_neon() local [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 4591 const int qthresh = (frame_is_intra_only(&cpi->common)) in calculate_next_superres_scale() local 4594 if (q <= qthresh) { in calculate_next_superres_scale() 4613 const int qthresh = 128; in calculate_next_superres_scale() local 4614 if (q <= qthresh) { in calculate_next_superres_scale()
|