/aosp_15_r20/external/libaom/test/ |
H A D | rd_test.cc | 33 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST() local 51 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST() local 63 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST() local 73 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST() local 82 int delta_q = av1_get_deltaq_offset(bit_depth, q_index, beta); in TEST() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
H A D | media_libvpx_vp9.cpp | 398 int delta_q = picParam->LumaDCQIndexDelta; in Vp9WriteUncompressHeader() local 410 int delta_q = picParam->ChromaDCQIndexDelta; in Vp9WriteUncompressHeader() local 422 int delta_q = picParam->ChromaACQIndexDelta; in Vp9WriteUncompressHeader() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/ |
H A D | media_libvpx_vp9_next.cpp | 398 int delta_q = picParam->LumaDCQIndexDelta; in Vp9WriteUncompressHeader() local 410 int delta_q = picParam->ChromaDCQIndexDelta; in Vp9WriteUncompressHeader() local 422 int delta_q = picParam->ChromaACQIndexDelta; in Vp9WriteUncompressHeader() local
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_deblk_edge_filter.c | 115 WORD32 delta, delta_p, delta_q; in ihevc_deblk_luma_vert() local 352 WORD32 delta, delta_p, delta_q; in ihevc_deblk_luma_horz() local
|
H A D | ihevc_hbd_deblk_edge_filter.c | 122 WORD32 delta, delta_p, delta_q; in ihevc_hbd_deblk_luma_vert() local 357 WORD32 delta, delta_p, delta_q; in ihevc_hbd_deblk_luma_horz() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | set_roi.cc | 30 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; in TEST() local
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | ratectrl_rtc.h | 54 const int *delta_q; member
|
/aosp_15_r20/external/libaom/av1/ |
H A D | ratectrl_rtc.h | 85 const int *delta_q; member
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | allintra_vis.c | 1021 const double delta_q = in av1_set_mb_ur_variance() local 1050 const int delta_q = cpi->mb_delta_q[index]; in av1_get_sbq_user_rating_based() local
|
H A D | bitstream.c | 2100 static inline void write_delta_q(struct aom_write_bit_buffer *wb, int delta_q) { in write_delta_q()
|
H A D | encoder.h | 1216 unsigned int delta_q[DELTA_Q_PROBS][2]; member
|
/aosp_15_r20/external/libvpx/vpx/ |
H A D | vp8cx.h | 834 int delta_q[8]; /**< Quantizer deltas. Valid range: [-63, 63].*/ member
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | bitstream.c | 989 static void put_delta_q(vp8_writer *bc, int delta_q) { in put_delta_q()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_bitstream.c | 741 static void write_delta_q(struct vpx_write_bit_buffer *wb, int delta_q) { in write_delta_q()
|
H A D | vp9_encoder.c | 582 const int *delta_q = roi->delta_q; in apply_roi_map() local
|
/aosp_15_r20/external/libaom/aom/ |
H A D | aomcx.h | 1614 int delta_q[AOM_MAX_SEGMENTS]; /**< Quantizer deltas. */ member
|
/aosp_15_r20/external/libgav1/src/utils/ |
H A D | types.h | 489 Delta delta_q; member
|
/aosp_15_r20/external/libdav1d/include/dav1d/ |
H A D | headers.h | 301 int16_t delta_q; member
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | decode.c | 971 int delta_q = dav1d_msac_decode_symbol_adapt4(&ts->msac, in decode_b() local
|