Searched defs:log2_denom (Results 1 – 5 of 5) sorted by relevance
| /third_party/ffmpeg/libavcodec/mips/ |
| D | h264dsp_mmi.c | 1135 int log2_denom, int weight, int offset) in ff_h264_weight_pixels16_8_mmi() 1191 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels16_8_mmi() 1262 int log2_denom, int weight, int offset) in ff_h264_weight_pixels8_8_mmi() 1305 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels8_8_mmi() 1357 int log2_denom, int weight, int offset) in ff_h264_weight_pixels4_8_mmi() 1395 ptrdiff_t stride, int height, int log2_denom, int weightd, int weights, in ff_h264_biweight_pixels4_8_mmi()
|
| D | h264dsp_msa.c | 25 int32_t log2_denom, int32_t src_weight, in avc_wgt_4x2_msa() 52 int32_t log2_denom, int32_t src_weight, in avc_wgt_4x4_msa() 79 int32_t log2_denom, int32_t src_weight, in avc_wgt_4x8_msa() 111 int32_t log2_denom, int32_t src_weight, in avc_wgt_8x4_msa() 142 static void avc_wgt_8x8_msa(uint8_t *data, ptrdiff_t stride, int32_t log2_denom, in avc_wgt_8x8_msa() 185 int32_t log2_denom, int32_t src_weight, in avc_wgt_8x16_msa() 231 int32_t log2_denom, int32_t src_weight, in avc_biwgt_4x2_msa() 264 int32_t log2_denom, int32_t src_weight, in avc_biwgt_4x4_msa() 298 int32_t log2_denom, int32_t src_weight, in avc_biwgt_4x8_msa() 338 int32_t log2_denom, int32_t src_weight, in avc_biwgt_8x4_msa() [all …]
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | h264dsp_lasx.c | 1006 int log2_denom, int weight_dst, in ff_biweight_h264_pixels16_8_lasx() 1174 int32_t log2_denom, int32_t weight_src, in avc_biwgt_8x4_lasx() 1217 int32_t log2_denom, int32_t weight_src, in avc_biwgt_8x8_lasx() 1283 int32_t log2_denom, int32_t weight_src, in avc_biwgt_8x16_lasx() 1393 int log2_denom, int weight_dst, in ff_biweight_h264_pixels8_8_lasx() 1409 int32_t log2_denom, int32_t weight_src, in avc_biwgt_4x2_lasx() 1441 int32_t log2_denom, int32_t weight_src, in avc_biwgt_4x4_lasx() 1483 int32_t log2_denom, int32_t weight_src, in avc_biwgt_4x8_lasx() 1544 int log2_denom, int weight_dst, in ff_biweight_h264_pixels4_8_lasx() 1560 int height, int log2_denom, in ff_weight_h264_pixels16_8_lasx() [all …]
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| D | h264dsp.c | 658 int log2_denom, int weight, int offset, int w) in weight_h264_W_altivec() 707 int log2_denom, int weightd, int weights, int offset, int w) in biweight_h264_W_altivec()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_int64.c | 559 nir_ssa_def *log2_denom = nir_ufind_msb(b, d_hi); in lower_udiv64_mod64() local
|