Searched refs:qthresh (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | vp8_loopfilter_neon.c | 17 uint8x16_t qthresh, // thresh in vp8_loop_filter_neon() argument 51 q13u8 = vcgtq_u8(q13u8, qthresh); in vp8_loop_filter_neon() 52 q14u8 = vcgtq_u8(q14u8, qthresh); in vp8_loop_filter_neon() 129 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_loop_filter_horizontal_edge_y_neon() local 134 qthresh = vdupq_n_u8(thresh); in vp8_loop_filter_horizontal_edge_y_neon() 153 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_loop_filter_horizontal_edge_y_neon() 172 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_loop_filter_horizontal_edge_uv_neon() local 179 qthresh = vdupq_n_u8(thresh); in vp8_loop_filter_horizontal_edge_uv_neon() 224 vp8_loop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_loop_filter_horizontal_edge_uv_neon() 320 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_loop_filter_vertical_edge_y_neon() local [all …]
|
D | mbloopfilter_neon.c | 16 uint8x16_t qthresh, // thresh in vp8_mbloop_filter_neon() argument 53 q13u8 = vcgtq_u8(q13u8, qthresh); in vp8_mbloop_filter_neon() 54 q14u8 = vcgtq_u8(q14u8, qthresh); in vp8_mbloop_filter_neon() 157 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_mbloop_filter_horizontal_edge_y_neon() local 162 qthresh = vdupq_n_u8(thresh); in vp8_mbloop_filter_horizontal_edge_y_neon() 182 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_mbloop_filter_horizontal_edge_y_neon() 205 uint8x16_t qblimit, qlimit, qthresh, q3, q4; in vp8_mbloop_filter_horizontal_edge_uv_neon() local 212 qthresh = vdupq_n_u8(thresh); in vp8_mbloop_filter_horizontal_edge_uv_neon() 257 vp8_mbloop_filter_neon(qblimit, qlimit, qthresh, q3, q4, q5, q6, q7, q8, q9, in vp8_mbloop_filter_horizontal_edge_uv_neon() 292 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 | 3828 const int qthresh = (frame_is_intra_only(&cpi->common)) in calculate_next_superres_scale() local 3831 if (q <= qthresh) { in calculate_next_superres_scale() 3851 const int qthresh = 128; in calculate_next_superres_scale() local 3852 if (q <= qthresh) { in calculate_next_superres_scale()
|